Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107538
b: refs/heads/master
c: 0123c93
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Aug 2, 2008
1 parent 4cfc647 commit a8768df
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: d5a0d4f732af3438e592efab4cb80076d1dd81b5
refs/heads/master: 0123c93998511978556b03d2bb023af92aa24d55
2 changes: 1 addition & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int ext4_ext_journal_restart(handle_t *handle, int needed)
if (handle->h_buffer_credits > needed)
return 0;
err = ext4_journal_extend(handle, needed);
if (err)
if (err <= 0)
return err;
return ext4_journal_restart(handle, needed);
}
Expand Down

0 comments on commit a8768df

Please sign in to comment.