]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()
authorScott Mayhew <smayhew@redhat.com>
Thu, 29 May 2014 20:41:22 +0000 (16:41 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 29 May 2014 20:46:09 +0000 (16:46 -0400)
commit22f628db4f55842a74337eb44844863cdbf47f44
treec014ac25df6b70d334482305bc1b1862f9c852e4
parent2c668e38ea9ca45496107d9348b8a32f906c6438
nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()

Those flags are obsolete and checking them can incorrectly cause
remount operations to fail.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/super.c