Loading fs/autofs4/expire.c +3 −1 Original line number Diff line number Diff line Loading @@ -70,9 +70,11 @@ static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry) * Otherwise it's an offset mount and we need to check * if we can umount its mount, if there is one. */ if (!d_mountpoint(dentry)) if (!d_mountpoint(dentry)) { status = 0; goto done; } } /* Update the expiry counter if fs is busy */ if (!may_umount_tree(mnt)) { Loading Loading
fs/autofs4/expire.c +3 −1 Original line number Diff line number Diff line Loading @@ -70,9 +70,11 @@ static int autofs4_mount_busy(struct vfsmount *mnt, struct dentry *dentry) * Otherwise it's an offset mount and we need to check * if we can umount its mount, if there is one. */ if (!d_mountpoint(dentry)) if (!d_mountpoint(dentry)) { status = 0; goto done; } } /* Update the expiry counter if fs is busy */ if (!may_umount_tree(mnt)) { Loading