lkml.org 
[lkml]   [2003]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] [RESEND] fs/nfs/dir.c trivial debugging fix
--- 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/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.025 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site