1. 01 5月, 2010 2 次提交
    • R
      Inotify: Fix build failure in inotify user support · 12b1b321
      Ralf Baechle 提交于
      CONFIG_INOTIFY_USER defined but CONFIG_ANON_INODES undefined will result
      in the following build failure:
      
          LD      vmlinux
        fs/built-in.o: In function 'sys_inotify_init1':
        (.text.sys_inotify_init1+0x22c): undefined reference to 'anon_inode_getfd'
        fs/built-in.o: In function `sys_inotify_init1':
        (.text.sys_inotify_init1+0x22c): relocation truncated to fit: R_MIPS_26 against 'anon_inode_getfd'
        make[2]: *** [vmlinux] Error 1
        make[1]: *** [sub-make] Error 2
        make: *** [all] Error 2
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      12b1b321
    • L
      Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 · 8f2adb7c
      Linus Torvalds 提交于
      * 'merge' of git://git.secretlab.ca/git/linux-2.6:
        spi: spidev_test gives error upon 1-byte transfer
        omap2_mcspi: small fixes of output data format
        omap2_mcspi: Flush posted writes
        spi: spi_device memory should be released instead of device.
        spi: release device claimed by bus_find_device_by_name
        of: check for IS_ERR()
        serial/mpc52xx_uart: Drop outdated comments
        gpio: potential null dereference
      8f2adb7c
  2. 30 4月, 2010 13 次提交
  3. 29 4月, 2010 20 次提交
  4. 28 4月, 2010 5 次提交