On Fri, Jun 01, 2018 at 04:18:29AM +0100, Al Viro wrote: > +void umount_on_fput(struct vfsmount *mnt) > { .... which needs to do mntput() in case if it's attached.
On Fri, Jun 01, 2018 at 04:18:29AM +0100, Al Viro wrote: > +void umount_on_fput(struct vfsmount *mnt) > { .... which needs to do mntput() in case if it's attached.