1. 09 8月, 2010 1 次提交
  2. 27 2月, 2010 1 次提交
    • M
      mtd: blktrans: Hotplug fixes · 048d8719
      Maxim Levitsky 提交于
      * Add locking where it was missing.
      
      * Don't do a get_mtd_device in blktrans_open because it would lead to a
        deadlock; instead do that in add_mtd_blktrans_dev.
      
      * Only free the mtd_blktrans_dev structure when the last user exits.
      
      * Flush request queue on device removal.
      
      * Track users, and call tr->release in del_mtd_blktrans_dev
        Due to that ->open and release aren't called more that once.
      
      Now it is safe to call del_mtd_blktrans_dev while the device is still in use.
      Signed-off-by: NMaxim Levitsky <maximlevitsky@gmail.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      048d8719
  3. 10 12月, 2008 2 次提交
  4. 05 6月, 2008 1 次提交
  5. 22 4月, 2008 1 次提交
  6. 03 8月, 2007 1 次提交
  7. 23 7月, 2007 2 次提交
  8. 14 12月, 2006 1 次提交
  9. 29 11月, 2006 1 次提交
  10. 17 5月, 2006 1 次提交
  11. 09 1月, 2006 1 次提交
  12. 29 11月, 2005 1 次提交
  13. 09 11月, 2005 1 次提交
    • A
      [PATCH] mtd: rfd_ftl build fix · b80b5832
      Andrew Morton 提交于
      drivers/mtd/rfd_ftl.c: In function `find_free_block':
      drivers/mtd/rfd_ftl.c:528: error: `jiffies' undeclared (first use in this function)
      drivers/mtd/rfd_ftl.c:528: error: (Each undeclared identifier is reported only once
      drivers/mtd/rfd_ftl.c:528: error: for each function it appears in.)
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b80b5832
  14. 07 11月, 2005 2 次提交