aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/9p.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2006-03-25 03:07:24 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-25 08:22:54 -0800
commit4a26c2429b8c1ab2be140a4b29aaf16d4dcd8f92 (patch)
tree6233fc9cf2cf0889e839e318bf30d742c5861783 /fs/9p/9p.c
parent27979bb2ff748613dba96ae66392a76fb0678527 (diff)
[PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation
The code talks about these things called tids, which I eventually figured out are tags. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/9p/9p.c')
-rw-r--r--fs/9p/9p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/9p.c b/fs/9p/9p.c
index c148e6ba07e..ea2cf9692ff 100644
--- a/fs/9p/9p.c
+++ b/fs/9p/9p.c
@@ -152,7 +152,7 @@ v9fs_t_clunk(struct v9fs_session_info *v9ses, u32 fid)
/**
* v9fs_v9fs_t_flush - flush a pending transaction
* @v9ses: 9P2000 session information
- * @tag: tid to release
+ * @tag: tag to release
*
*/