diff options
Diffstat (limited to 'fs/pnode.c')
-rw-r--r-- | fs/pnode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/pnode.c b/fs/pnode.c index 7fddc671f729..bd280200bd37 100644 --- a/fs/pnode.c +++ b/fs/pnode.c | |||
@@ -308,7 +308,7 @@ int propagate_mount_busy(struct mount *mnt, int refcnt) | |||
308 | 308 | ||
309 | for (m = propagation_next(&parent->mnt, &parent->mnt); m; | 309 | for (m = propagation_next(&parent->mnt, &parent->mnt); m; |
310 | m = propagation_next(m, &parent->mnt)) { | 310 | m = propagation_next(m, &parent->mnt)) { |
311 | child = __lookup_mnt(m, mnt->mnt.mnt_mountpoint, 0); | 311 | child = __lookup_mnt(m, mnt->mnt_mountpoint, 0); |
312 | if (child && list_empty(&child->mnt.mnt_mounts) && | 312 | if (child && list_empty(&child->mnt.mnt_mounts) && |
313 | (ret = do_refcount_check(child, 1))) | 313 | (ret = do_refcount_check(child, 1))) |
314 | break; | 314 | break; |
@@ -331,7 +331,7 @@ static void __propagate_umount(struct mount *mnt) | |||
331 | m = propagation_next(m, &parent->mnt)) { | 331 | m = propagation_next(m, &parent->mnt)) { |
332 | 332 | ||
333 | struct mount *child = __lookup_mnt(m, | 333 | struct mount *child = __lookup_mnt(m, |
334 | mnt->mnt.mnt_mountpoint, 0); | 334 | mnt->mnt_mountpoint, 0); |
335 | /* | 335 | /* |
336 | * umount the child only if the child has no | 336 | * umount the child only if the child has no |
337 | * other children | 337 | * other children |