Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107424
b: refs/heads/master
c: 120226c
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Niv Sardi committed Jul 28, 2008
1 parent 2c71009 commit 1f2bf11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: effa2eda3ab9c013585349b8afd305dc5decf771
refs/heads/master: 120226c11a6277d3e761393f0995c55218fabebb
4 changes: 3 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1f2bf11

Please sign in to comment.