1. 02 Dec, 2008 1 commit
    • Miklos Szeredi's avatar
      fuse: fix sparse warning in ioctl · c9f0523d
      Miklos Szeredi authored
      Fix sparse warning:
      
        CHECK   fs/fuse/file.c
      fs/fuse/file.c:1615:17: warning: incorrect type in assignment (different address spaces)
      fs/fuse/file.c:1615:17:    expected void [noderef] <asn:1>*iov_base
      fs/fuse/file.c:1615:17:    got void *<noident>
      
      This was introduced by "fuse: implement ioctl support".
      Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
      c9f0523d
  2. 01 Dec, 2008 1 commit
    • Miklos Szeredi's avatar
      fuse: update interface version · 1f55ed06
      Miklos Szeredi authored
      Change interface version to 7.11 after adding the IOCTL and POLL
      messages.
      
      Also clean up the <linux/fuse.h> header a bit:
        - update copyright date to 2008
        - fix checkpatch warning:
            WARNING: Use #include <linux/types.h> instead of <asm/types.h>
        - remove FUSE_MAJOR define, which is not being used any more
      Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
      1f55ed06
  3. 26 Nov, 2008 10 commits
  4. 21 Nov, 2008 1 commit
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · ed313489
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other strings
        [ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitz
        [ARM] pxa: fix I2C controller device being registered twice on Akita
        pxafb: only initialize the smart panel thread when dealing with a smartpanel
        pxafb: introduce LCD_TYPE_MASK and use it.
      ed313489
  5. 20 Nov, 2008 27 commits