]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: Unconditionally copy mount options to superblock info
authorSean Finney <seanius@seanius.net>
Mon, 11 Apr 2011 13:19:35 +0000 (13:19 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 19 May 2011 14:10:55 +0000 (14:10 +0000)
commitbf8beb9d14efeced1335b8e7cdfa5d1e95f1584e
tree9852d20c31ec19caaccec30a0b06b89542681ac7
parent23f5eb58fd2d6a9d682eaac05672746e5ec126e7
cifs: Unconditionally copy mount options to superblock info

Previously mount options were copied and updated in the cifs_sb_info
struct only when CONFIG_CIFS_DFS_UPCALL was enabled.  Making this
information generally available allows us to remove a number of ifdefs,
extra function params, and temporary variables.

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Sean Finney <seanius@seanius.net>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifs_fs_sb.h
fs/cifs/cifsfs.c
fs/cifs/cifsproto.h
fs/cifs/connect.c