diff options
author | Latchesar Ionkov <lucho@ionkov.net> | 2006-03-25 06:07:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 11:22:54 -0500 |
commit | 5174fdab9f58181249debab6e959ae4fd4abd0ed (patch) | |
tree | d5922acd425ffd35421dfe5ba17c5fb801888483 /fs/9p/vfs_inode.c | |
parent | 4a26c2429b8c1ab2be140a4b29aaf16d4dcd8f92 (diff) |
[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>
Diffstat (limited to 'fs/9p/vfs_inode.c')
-rw-r--r-- | fs/9p/vfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 651a9e14d9a9..e46bb5a82e1a 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
@@ -348,7 +348,7 @@ error: | |||
348 | return ERR_PTR(err); | 348 | return ERR_PTR(err); |
349 | } | 349 | } |
350 | 350 | ||
351 | struct inode * | 351 | static struct inode * |
352 | v9fs_inode_from_fid(struct v9fs_session_info *v9ses, u32 fid, | 352 | v9fs_inode_from_fid(struct v9fs_session_info *v9ses, u32 fid, |
353 | struct super_block *sb) | 353 | struct super_block *sb) |
354 | { | 354 | { |