commit | 1b45c46cf75d9c48eb611d5cc41607ac1f046606 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 03 13:04:56 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 10 23:40:40 2007 -0400 |
tree | 866cbb5a15aec70a3da159da663f435475a2db4f | |
parent | 9f958ab8858c75df800e0121b1920182820cbc39 [diff] |
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>