]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFSv4: Fix the sync mount option for nfs4 mounts
authorScott Mayhew <smayhew@redhat.com>
Wed, 31 Jul 2013 14:01:41 +0000 (10:01 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 7 Aug 2013 21:07:41 +0000 (17:07 -0400)
commite890db0104826742818cbfb8fdb3000a38a9b97c
treebe8b8793e85409be1f4de08cd94152cd0947c687
parentf8806c843f88a6b7d657cf24c3682bc2efda6fdb
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 <smayhew@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c