]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/linux-2.6/xfs_super.c
[XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failure
[linux-2.6-omap-h63xx.git] / fs / xfs / linux-2.6 / xfs_super.c
index 4c662d63d6262c8d6ad3a1626f137bba918be0cb..41eea24a46e46b2205022cbffd688e501d0aa59c 100644 (file)
@@ -1810,7 +1810,7 @@ xfs_fs_fill_super(
 
        error = xfs_mountfs(mp, flags);
        if (error)
-               goto out_free_sb;
+               goto out_filestream_unmount;
 
        XFS_SEND_MOUNT(mp, DM_RIGHT_NULL, args->mtpt, args->fsname);
 
@@ -1850,6 +1850,8 @@ xfs_fs_fill_super(
        kfree(args);
        return 0;
 
+ out_filestream_unmount:
+       xfs_filestream_unmount(mp);
  out_free_sb:
        xfs_freesb(mp);
  out_destroy_counters: