commit | 1bf85d8c98756421e29b9990469ee63bb0bc87cc | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Jun 27 06:30:48 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Jul 06 14:54:25 2019 -0400 |
tree | c27a2436eba998457011c275881a3286a4b7d7ac | |
parent | bcc0e65f47def010d8d1c4cf09bdc698fe061b77 [diff] |
NFSv4: Handle open for execute correctly When mapping the NFSv4 context to an open mode and access mode, we need to treat the FMODE_EXEC flag differently. For the open mode, FMODE_EXEC means we need read share access. For the access mode checking, we need to verify that the user actually has execute access. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>