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)
commit80909022ce966191e6140fcc15d8aff57a7df32e
tree04a5a6c7ebde7cad7d0374f53abae6d61d6673dc
parent24b9b06ba7ea53aa0c4d0b1c8c1e93aa1bd9fe72
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