]> asedeno.scripts.mit.edu Git - linux.git/commit
NFSv4: Fix nfs4_return_incompatible_delegation
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 20 Mar 2018 20:43:13 +0000 (16:43 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 10 Apr 2018 20:06:22 +0000 (16:06 -0400)
commitf50862423f547f8506d69b6e4fc53be53288244c
tree9ea17ff2a8283aa5b71d5672e5ac430bee036beb
parent25524288631fc5b7d33259fca1e0dc38146be5d6
NFSv4: Fix nfs4_return_incompatible_delegation

The 'fmode' argument can take an FMODE_EXEC value, which we want to
filter out before comparing to the delegation type.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c