NFSv4: Fix atomic open for execute...
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Jul 2007 17:04:56 +0000 (13:04 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:40 +0000 (23:40 -0400)
commit1b45c46cf75d9c48eb611d5cc41607ac1f046606
tree866cbb5a15aec70a3da159da663f435475a2db4f
parent9f958ab8858c75df800e0121b1920182820cbc39
NFSv4: Fix atomic open for execute...

Currently we do not check for the FMODE_EXEC flag as we should. For that
particular case, we need to perform an ACCESS call to the server in order
to check that the file is executable.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c