[PATCH] v9fs: print 9p messages
Print 9p messages. Signed-off-by: Latchesar Ionkov <lucho@ionkov.net> Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
4a26c2429b
commit
5174fdab9f
@@ -51,7 +51,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
int v9fs_dentry_delete(struct dentry *dentry)
|
||||
static int v9fs_dentry_delete(struct dentry *dentry)
|
||||
{
|
||||
dprintk(DEBUG_VFS, " dentry: %s (%p)\n", dentry->d_iname, dentry);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user