From: Scott Mayhew Date: Wed, 31 Jul 2013 14:01:41 +0000 (-0400) Subject: NFSv4: Fix the sync mount option for nfs4 mounts X-Git-Tag: v3.11-rc5~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e890db0104826742818cbfb8fdb3000a38a9b97c;p=pandora-kernel.git NFSv4: Fix the sync mount option for nfs4 mounts The sync mount option stopped working for NFSv4 mounts after commit c02d7adf8c5429727a98bad1d039bccad4c61c50 (NFSv4: Replace nfs4_path_walk() with FS path lookup in a private namespace). If MS_SYNCHRONOUS is set in the super_block that we're cloning from, then it should be set in the new super_block as well. Signed-off-by: Scott Mayhew Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed