Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107411
b: refs/heads/master
c: 4b166de
h: refs/heads/master
i:
  107409: f2c3906
  107407: ae4163c
v: v3
  • Loading branch information
David Chinner authored and Niv Sardi committed Jul 28, 2008
1 parent b582127 commit 93365b2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 911ee3de3d1cb6620e2ac4e0678ff434867e2644
refs/heads/master: 4b166de0a061e4e89d0741a5d080b141f11e2c9b
3 changes: 2 additions & 1 deletion trunk/fs/xfs/xfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,8 @@ xfs_mount_log_sb(
int error;

ASSERT(fields & (XFS_SB_UNIT | XFS_SB_WIDTH | XFS_SB_UUID |
XFS_SB_FEATURES2 | XFS_SB_BAD_FEATURES2));
XFS_SB_FEATURES2 | XFS_SB_BAD_FEATURES2 |
XFS_SB_VERSIONNUM));

tp = xfs_trans_alloc(mp, XFS_TRANS_SB_UNIT);
error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
Expand Down

0 comments on commit 93365b2

Please sign in to comment.