diff --git a/[refs] b/[refs] index 49318406d8d2..bacc745e6952 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8b815663b1bfd9c255af5176604ec0eafdf6ed7 +refs/heads/master: a50412e3f8ce95d7ed558370d7dde5171fd04283 diff --git a/trunk/fs/ubifs/journal.c b/trunk/fs/ubifs/journal.c index 9b7c54e0cd2a..a11ca0958a23 100644 --- a/trunk/fs/ubifs/journal.c +++ b/trunk/fs/ubifs/journal.c @@ -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;