1. 23 4月, 2007 2 次提交
    • 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
  2. 21 4月, 2007 1 次提交
  3. 20 4月, 2007 2 次提交
  4. 18 4月, 2007 19 次提交
  5. 03 4月, 2007 3 次提交
  6. 24 3月, 2007 1 次提交
  7. 23 3月, 2007 2 次提交
  8. 10 3月, 2007 10 次提交