Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95010
b: refs/heads/master
c: d349404
h: refs/heads/master
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Apr 29, 2008
1 parent d9f97da commit b1580a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: fe0754f0e5c0f070bf82b6e7e5e8fa5a188163fc
refs/heads/master: d349404ff14758dc9a2d3df032073ed795085860
4 changes: 0 additions & 4 deletions trunk/fs/xfs/xfs_fsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,11 +552,8 @@ xfs_reserve_blocks(
mp->m_resblks += free;
mp->m_resblks_avail += free;
fdblks_delta = -free;
mp->m_sb.sb_fdblocks = XFS_ALLOC_SET_ASIDE(mp);
} else {
fdblks_delta = -delta;
mp->m_sb.sb_fdblocks =
lcounter + XFS_ALLOC_SET_ASIDE(mp);
mp->m_resblks = request;
mp->m_resblks_avail += delta;
}
Expand Down Expand Up @@ -587,7 +584,6 @@ xfs_reserve_blocks(
if (error == ENOSPC)
goto retry;
}

return 0;
}

Expand Down

0 comments on commit b1580a8

Please sign in to comment.