1. 25 Jan, 2008 2 commits
    • Artem Bityutskiy's avatar
      UBI: fix warnings · ae616e1b
      Artem Bityutskiy authored
      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: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      ae616e1b
    • Artem Bityutskiy's avatar
      UBI: get rid of ubi_ltree_slab · b9a06623
      Artem Bityutskiy authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      b9a06623
  2. 12 Jan, 2008 1 commit
  3. 10 Jan, 2008 1 commit
  4. 08 Jan, 2008 4 commits
  5. 26 Dec, 2007 32 commits