aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pnode.c')
-rw-r--r--fs/pnode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index 25f74b53dea6..2ff4dfa018e1 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -292,7 +292,7 @@ int propagate_mount_busy(struct mount *mnt, int refcnt)
292{ 292{
293 struct vfsmount *m; 293 struct vfsmount *m;
294 struct mount *child; 294 struct mount *child;
295 struct vfsmount *parent = mnt->mnt.mnt_parent; 295 struct vfsmount *parent = mnt->mnt_parent;
296 int ret = 0; 296 int ret = 0;
297 297
298 if (&mnt->mnt == parent) 298 if (&mnt->mnt == parent)
@@ -322,7 +322,7 @@ int propagate_mount_busy(struct mount *mnt, int refcnt)
322 */ 322 */
323static void __propagate_umount(struct mount *mnt) 323static void __propagate_umount(struct mount *mnt)
324{ 324{
325 struct vfsmount *parent = mnt->mnt.mnt_parent; 325 struct vfsmount *parent = mnt->mnt_parent;
326 struct vfsmount *m; 326 struct vfsmount *m;
327 327
328 BUG_ON(parent == &mnt->mnt); 328 BUG_ON(parent == &mnt->mnt);