From: Sean Finney Date: Mon, 11 Apr 2011 13:19:35 +0000 (+0000) Subject: cifs: Unconditionally copy mount options to superblock info X-Git-Tag: v3.0-rc1~380^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14bcf71d1b802f6042b6c70a0c37120e47a0876;p=pandora-kernel.git 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 Signed-off-by: Sean Finney Signed-off-by: Steve French --- Reading git-diff-tree failed