]> asedeno.scripts.mit.edu Git - linux.git/commit
9p: Fix v9fs show_options
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>
Sun, 19 Jul 2009 19:41:53 +0000 (13:41 -0600)
committerEric Van Hensbergen <ericvh@strongmad.austin.ibm.com>
Mon, 17 Aug 2009 21:27:57 +0000 (16:27 -0500)
commit4f4038328da5eb9cc237b51d3fe68138fd3fea14
tree66b55f59880d3cd1740b3f81273485d9a68a1e73
parent02bc35672b2fdf251e264adca5407792f63191e4
9p: Fix v9fs show_options

Add the delimiter ',' before the options when they are passed
and check if no option parameters are passed to prevent displaying
NULL in /proc/mounts.

Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_super.c