SGI-PV: 981951
SGI-Modid: xfs-linux-melb:xfs-kern:31199a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
 
        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);
 
        kfree(args);
        return 0;
 
+ out_filestream_unmount:
+       xfs_filestream_unmount(mp);
  out_free_sb:
        xfs_freesb(mp);
  out_destroy_counters: