Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201011
b: refs/heads/master
c: 728a756
h: refs/heads/master
i:
  201009: 766a7af
  201007: 97b2a31
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Jul 15, 2010
1 parent b184ce5 commit 79e1686
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: 8b4216018bdbfbb1b76150d202b15ee68c38e991
refs/heads/master: 728a756b8fcd22d80e2dbba8117a8a3aafd3f203
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static int gfs2_dirent_find_space(const struct gfs2_dirent *dent,
unsigned totlen = be16_to_cpu(dent->de_rec_len);

if (gfs2_dirent_sentinel(dent))
actual = GFS2_DIRENT_SIZE(0);
actual = 0;
if (totlen - actual >= required)
return 1;
return 0;
Expand Down

0 comments on commit 79e1686

Please sign in to comment.