]> Pileus Git - ~andy/linux/blobdiff - fs/ubifs/gc.c
UBI: Kill data type hint
[~andy/linux] / fs / ubifs / gc.c
index ded29f6224c27155765a366a6ec1e13644b224d6..04dd6f47635e075b783fa750e83db5e94df409b8 100644 (file)
@@ -109,7 +109,7 @@ static int switch_gc_head(struct ubifs_info *c)
                return err;
 
        c->gc_lnum = -1;
-       err = ubifs_wbuf_seek_nolock(wbuf, gc_lnum, 0, UBI_LONGTERM);
+       err = ubifs_wbuf_seek_nolock(wbuf, gc_lnum, 0);
        return err;
 }