Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124943
b: refs/heads/master
c: c642261
h: refs/heads/master
i:
  124941: b6a1a2b
  124939: d280a69
  124935: 4c06f21
  124927: b705b13
v: v3
  • Loading branch information
Lachlan McIlroy committed Dec 5, 2008
1 parent ac336ee commit b05e49a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a0775a991d5597ce98f1e15373288ea133cc793
refs/heads/master: c6422617a1c0d7787e515748b01f594fe43aea98
2 changes: 2 additions & 0 deletions trunk/fs/xfs/xfs_vnodeops.c
Original file line number Diff line number Diff line change
Expand Up @@ -3034,6 +3034,8 @@ xfs_zero_remaining_bytes(
bp = xfs_buf_get_noaddr(mp->m_sb.sb_blocksize,
XFS_IS_REALTIME_INODE(ip) ?
mp->m_rtdev_targp : mp->m_ddev_targp);
if (!bp)
return XFS_ERROR(ENOMEM);

for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
offset_fsb = XFS_B_TO_FSBT(mp, offset);
Expand Down

0 comments on commit b05e49a

Please sign in to comment.