Loading fs/ubifs/journal.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/ubifs/journal.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading