diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/fuse/dir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index 62b43b577bfc..9b16806f11da 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c | |||
| @@ -259,7 +259,8 @@ out: | |||
| 259 | 259 | ||
| 260 | invalid: | 260 | invalid: |
| 261 | ret = 0; | 261 | ret = 0; |
| 262 | if (check_submounts_and_drop(entry) != 0) | 262 | |
| 263 | if (!(flags & LOOKUP_RCU) && check_submounts_and_drop(entry) != 0) | ||
| 263 | ret = 1; | 264 | ret = 1; |
| 264 | goto out; | 265 | goto out; |
| 265 | } | 266 | } |
