1. 25 1月, 2008 2 次提交
    • A
      UBI: fix warnings · ae616e1b
      Artem Bityutskiy 提交于
      drivers/mtd/ubi/cdev.c: In function ‘vol_cdev_read’:
      drivers/mtd/ubi/cdev.c:187: warning: unused variable ‘vol_id’
      CC [M]  drivers/mtd/ubi/kapi.o
      drivers/mtd/ubi/kapi.c: In function ‘ubi_leb_erase’:
      drivers/mtd/ubi/kapi.c:483: warning: unused variable ‘vol_id’
      drivers/mtd/ubi/kapi.c: In function ‘ubi_leb_unmap’:
      drivers/mtd/ubi/kapi.c:544: warning: unused variable ‘vol_id’
      drivers/mtd/ubi/kapi.c: In function ‘ubi_leb_map’:
      drivers/mtd/ubi/kapi.c:582: warning: unused variable ‘vol_id’
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      ae616e1b
    • A
      UBI: get rid of ubi_ltree_slab · b9a06623
      Artem Bityutskiy 提交于
      This slab cache is not really needed since the number of objects
      is low and the constructor does not make much sense because we
      allocate oblects when doint I/O, which is way slower then allocation.
      Suggested-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      b9a06623
  2. 12 1月, 2008 1 次提交
  3. 11 1月, 2008 1 次提交
  4. 08 1月, 2008 4 次提交
  5. 27 12月, 2007 32 次提交