]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: display addr and prefixpath options in /proc/mounts
authorJeff Layton <jlayton@redhat.com>
Mon, 1 Dec 2008 12:09:35 +0000 (07:09 -0500)
committerSteve French <sfrench@us.ibm.com>
Fri, 26 Dec 2008 02:29:09 +0000 (02:29 +0000)
commit8c53427237a230eedef492e5cd67863c12477e0c
tree04a5a6c7ebde7cad7d0374f53abae6d61d6673dc
parentb1cdfc2f77c3bad8f23297752cebfbbf35c0db7e
cifs: display addr and prefixpath options in /proc/mounts

Have cifs_show_options display the addr and prefixpath options in
/proc/mounts. Reduce struct dereferencing by adding some local
variables.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c