mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 15:46:09 +07:00
nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4352780386
commit
8aeb376ca0
@ -997,14 +997,12 @@ static int nfs_check_verifier(struct inode *dir, struct dentry *dentry)
|
|||||||
* Return the intent data that applies to this particular path component
|
* Return the intent data that applies to this particular path component
|
||||||
*
|
*
|
||||||
* Note that the current set of intents only apply to the very last
|
* Note that the current set of intents only apply to the very last
|
||||||
* component of the path.
|
* component of the path and none of them is set before that last
|
||||||
* We check for this using LOOKUP_CONTINUE and LOOKUP_PARENT.
|
* component.
|
||||||
*/
|
*/
|
||||||
static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd,
|
static inline unsigned int nfs_lookup_check_intent(struct nameidata *nd,
|
||||||
unsigned int mask)
|
unsigned int mask)
|
||||||
{
|
{
|
||||||
if (nd->flags & (LOOKUP_CONTINUE|LOOKUP_PARENT))
|
|
||||||
return 0;
|
|
||||||
return nd->flags & mask;
|
return nd->flags & mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user