Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130851
b: refs/heads/master
c: a50412e
h: refs/heads/master
i:
  130849: 0386bd8
  130847: 030652b
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Jan 20, 2009
1 parent eeedbd6 commit ef01b0d
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: e8b815663b1bfd9c255af5176604ec0eafdf6ed7
refs/heads/master: a50412e3f8ce95d7ed558370d7dde5171fd04283
2 changes: 1 addition & 1 deletion trunk/fs/ubifs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int reserve_space(struct ubifs_info *c, int jhead, int len)
offs = 0;

out:
err = ubifs_wbuf_seek_nolock(wbuf, lnum, offs, UBI_SHORTTERM);
err = ubifs_wbuf_seek_nolock(wbuf, lnum, offs, wbuf->dtype);
if (err)
goto out_unlock;

Expand Down

0 comments on commit ef01b0d

Please sign in to comment.