]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/super.c
sanitize vfsmount refcounting changes
[mirror_ubuntu-artful-kernel.git] / fs / super.c
index 4f6a3571a634dff6fce4cb16b80bdc19b73dfcdd..74e149efed8194b9ad45b06f654533cd884f0ca1 100644 (file)
@@ -1141,7 +1141,7 @@ static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype)
        return mnt;
 
  err:
-       mntput_long(mnt);
+       mntput(mnt);
        return ERR_PTR(err);
 }