nfsd41: share_access_to_flags should consider only nfs4.x share_access flags
authorBenny Halevy <benny@tonian.com>
Thu, 16 Feb 2012 18:57:00 +0000 (20:57 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 17 Feb 2012 16:50:36 +0000 (11:50 -0500)
commit00b5f95a26f2f95b86e59cf86346b06ba14943ee
tree51eff7ba54df6d042b276e07be413e0475124879
parent37c593c57324740821766c56e48cf09776a68a9c
nfsd41: share_access_to_flags should consider only nfs4.x share_access flags

Currently, it will not correctly ignore any nfsv4.1 signal flags
if the client sends them.

Signed-off-by: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c