commit | f14bcf71d1b802f6042b6c70a0c37120e47a0876 | [log] [tgz] |
---|---|---|
author | Sean Finney <seanius@seanius.net> | Mon Apr 11 13:19:35 2011 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu May 19 14:10:55 2011 +0000 |
tree | 9852d20c31ec19caaccec30a0b06b89542681ac7 | |
parent | 5167f11ec962690ecf926fab00f1d0524cd78664 [diff] |
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>