summaryrefslogtreecommitdiff
path: root/fs/9p/v9fs.c
diff options
context:
space:
mode:
authorEric Van Hensbergen <ericvh@hera.kernel.org>2006-02-21 02:28:05 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-21 04:00:11 (GMT)
commite1c92117558261d5504c59712751f6c7925ff3ba (patch)
tree782fccd28ad4c1037580a1b0f322cfb7fafeeb4e /fs/9p/v9fs.c
parent9db91546570ca1b3bc90b4c2d25d5bb74a44be24 (diff)
downloadlinux-e1c92117558261d5504c59712751f6c7925ff3ba.tar.xz
[PATCH] v9fs: update documentation and fix debug flag
Minor updates to the documentation to bring them into sync with current websites and available features. The debug flag was switched back to hex to match the documentation. 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.c')
-rw-r--r--fs/9p/v9fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
index 5250c42..ef33865 100644
--- a/fs/9p/v9fs.c
+++ b/fs/9p/v9fs.c
@@ -66,7 +66,7 @@ static match_table_t tokens = {
{Opt_afid, "afid=%u"},
{Opt_rfdno, "rfdno=%u"},
{Opt_wfdno, "wfdno=%u"},
- {Opt_debug, "debug=%u"},
+ {Opt_debug, "debug=%x"},
{Opt_name, "name=%s"},
{Opt_remotename, "aname=%s"},
{Opt_unix, "proto=unix"},