diff options
Diffstat (limited to 'fs/autofs4/root.c')
| -rw-r--r-- | fs/autofs4/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c index 78bd80298528..3767f6641af1 100644 --- a/fs/autofs4/root.c +++ b/fs/autofs4/root.c | |||
| @@ -458,7 +458,7 @@ static int autofs4_d_manage(struct dentry *dentry, bool rcu_walk) | |||
| 458 | */ | 458 | */ |
| 459 | struct inode *inode; | 459 | struct inode *inode; |
| 460 | 460 | ||
| 461 | if (ino->flags & (AUTOFS_INF_EXPIRING | AUTOFS_INF_NO_RCU)) | 461 | if (ino->flags & AUTOFS_INF_WANT_EXPIRE) |
| 462 | return 0; | 462 | return 0; |
| 463 | if (d_mountpoint(dentry)) | 463 | if (d_mountpoint(dentry)) |
| 464 | return 0; | 464 | return 0; |
