Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223789
b: refs/heads/master
c: bcd7278
h: refs/heads/master
i:
  223787: 603ca55
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Dec 7, 2010
1 parent 96411e4 commit ef03369
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 47a25380e37f44db7202093ca92e4af569c34f55
refs/heads/master: bcd7278d8a423a255e45f4d10afe564328f1885f
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ u64 gfs2_ri_total(struct gfs2_sbd *sdp)
for (rgrps = 0;; rgrps++) {
loff_t pos = rgrps * sizeof(struct gfs2_rindex);

if (pos + sizeof(struct gfs2_rindex) >= i_size_read(inode))
if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode))
break;
error = gfs2_internal_read(ip, &ra_state, buf, &pos,
sizeof(struct gfs2_rindex));
Expand Down

0 comments on commit ef03369

Please sign in to comment.