diff options
author | Russ Cox <rsc@swtch.com> | 2006-03-25 06:07:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 11:22:54 -0500 |
commit | 4a26c2429b8c1ab2be140a4b29aaf16d4dcd8f92 (patch) | |
tree | 6233fc9cf2cf0889e839e318bf30d742c5861783 /fs/9p/v9fs.h | |
parent | 27979bb2ff748613dba96ae66392a76fb0678527 (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/v9fs.h')
-rw-r--r-- | fs/9p/v9fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h index f337da7a0eec..9f63ab8106dd 100644 --- a/fs/9p/v9fs.h +++ b/fs/9p/v9fs.h | |||
@@ -91,6 +91,3 @@ void v9fs_session_cancel(struct v9fs_session_info *v9ses); | |||
91 | #define V9FS_DEFUSER "nobody" | 91 | #define V9FS_DEFUSER "nobody" |
92 | #define V9FS_DEFANAME "" | 92 | #define V9FS_DEFANAME "" |
93 | 93 | ||
94 | /* inital pool sizes for fids and tags */ | ||
95 | #define V9FS_START_FIDS 8192 | ||
96 | #define V9FS_START_TIDS 256 | ||