]> Pileus Git - ~andy/linux/blobdiff - fs/ubifs/super.c
UBI: Kill data type hint
[~andy/linux] / fs / ubifs / super.c
index 675b781b4699647f3f557f666a4f4abb55e3edcf..d7cbf7aabdb7ab6e385b41d0bece48cb908792f6 100644 (file)
@@ -813,13 +813,11 @@ static int alloc_wbufs(struct ubifs_info *c)
                c->jheads[i].grouped = 1;
        }
 
-       c->jheads[BASEHD].wbuf.dtype = UBI_SHORTTERM;
        /*
         * Garbage Collector head likely contains long-term data and
         * does not need to be synchronized by timer. Also GC head nodes are
         * not grouped.
         */
-       c->jheads[GCHD].wbuf.dtype = UBI_LONGTERM;
        c->jheads[GCHD].wbuf.no_timer = 1;
        c->jheads[GCHD].grouped = 0;