[PATCH] fs/nfs/dir.c trivial debugging fix

Frank Cusack (fcusack@fcusack.com)
Sun, 1 Jun 2003 23:35:48 -0700


--- linux-2.5.69/fs/nfs/dir.c.orig Sun Jun 1 23:25:24 2003
+++ linux-2.5.69/fs/nfs/dir.c Sun Jun 1 23:26:29 2003
@@ -794,7 +794,7 @@
struct nfs_fh fhandle;
int error;

- dfprintk(VFS, "NFS: create(%s/%ld, %s\n", dir->i_sb->s_id,
+ dfprintk(VFS, "NFS: create(%s/%ld, %s)\n", dir->i_sb->s_id,
dir->i_ino, dentry->d_name.name);

attr.ia_mode = mode;
@@ -829,7 +829,7 @@
struct nfs_fh fhandle;
int error;

- dfprintk(VFS, "NFS: mknod(%s/%ld, %s\n", dir->i_sb->s_id,
+ dfprintk(VFS, "NFS: mknod(%s/%ld, %s)\n", dir->i_sb->s_id,
dir->i_ino, dentry->d_name.name);

attr.ia_mode = mode;
@@ -857,7 +857,7 @@
struct nfs_fh fhandle;
int error;

- dfprintk(VFS, "NFS: mkdir(%s/%ld, %s\n", dir->i_sb->s_id,
+ dfprintk(VFS, "NFS: mkdir(%s/%ld, %s)\n", dir->i_sb->s_id,
dir->i_ino, dentry->d_name.name);

attr.ia_valid = ATTR_MODE;
@@ -888,7 +888,7 @@
{
int error;

- dfprintk(VFS, "NFS: rmdir(%s/%ld, %s\n", dir->i_sb->s_id,
+ dfprintk(VFS, "NFS: rmdir(%s/%ld, %s)\n", dir->i_sb->s_id,
dir->i_ino, dentry->d_name.name);

lock_kernel();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/