1. 25 4月, 2007 5 次提交
  2. 23 4月, 2007 3 次提交
    • D
      [JFFS2] Improve failure mode if inode checking leaves unchecked space. · 44b998e1
      David Woodhouse 提交于
      We should never find the unchecked size is non-zero after we've finished
      checking all inodes. If it happens, used to BUG(), leaving the alloc_sem
      held and deadlocking. Instead, just return -ENOSPC after complaining. The
      GC thread will die, but read-only operation should be able to continue and
      the file system should be unmountable.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      44b998e1
    • D
      [JFFS2] Fix cross-endian build. · 566865a2
      David Woodhouse 提交于
      When compiling a LE-capable JFFS2 on PowerPC, wbuf.c fails to compile:
      
      fs/jffs2/wbuf.c:973: error: braced-group within expression allowed only inside a function
      fs/jffs2/wbuf.c:973: error: initializer element is not constant
      fs/jffs2/wbuf.c:973: error: (near initialization for ‘oob_cleanmarker.magic’)
      fs/jffs2/wbuf.c:974: error: braced-group within expression allowed only inside a function
      fs/jffs2/wbuf.c:974: error: initializer element is not constant
      fs/jffs2/wbuf.c:974: error: (near initialization for ‘oob_cleanmarker.nodetype’)
      fs/jffs2/wbuf.c:975: error: braced-group within expression allowed only inside a function
      fs/jffs2/wbuf.c:976: error: initializer element is not constant
      fs/jffs2/wbuf.c:976: error: (near initialization for ‘oob_cleanmarker.totlen’)
      
      Provide constant_cpu_to_je{16,32} functions, and use them for initialising the
      offending structure.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      566865a2
    • C
      [MTD] Finish conversion mtd_blkdevs to use the kthread API · 3e67fe45
      Christoph Hellwig 提交于
      Remove waitqueue, 'exiting' flag and completion; use kthread APIs instead.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      3e67fe45
  3. 21 4月, 2007 1 次提交
  4. 20 4月, 2007 2 次提交
  5. 18 4月, 2007 19 次提交
  6. 03 4月, 2007 3 次提交
  7. 24 3月, 2007 1 次提交
  8. 23 3月, 2007 2 次提交
  9. 10 3月, 2007 4 次提交