Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Jan 2009 01:01:20 +0000 (17:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Jan 2009 01:01:20 +0000 (17:01 -0800)
commit5fec8bdbf9a1c4df4ad3f20e52aa2d8caed490c8
treee8c1b1a9f3ea6b6a0edb972f082d0d7338c98af4
parent59e3af21e94bd56f6a31ba774786a2bfc753581b
parent5d9ec854bfb6f1e122b1d96b344164a71eac5be8
Merge branch 'for-linus' of git://git./linux/kernel/git/mszeredi/fuse

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: clean up annotations of fc->lock
  fuse: fix sparse warning in ioctl
  fuse: update interface version
  fuse: add fuse_conn->release()
  fuse: separate out fuse_conn_init() from new_conn()
  fuse: add fuse_ prefix to several functions
  fuse: implement poll support
  fuse: implement unsolicited notification
  fuse: add file kernel handle
  fuse: implement ioctl support
  fuse: don't let fuse_req->end() put the base reference
  fuse: move FUSE_MINOR to miscdevice.h
  fuse: style fixes
fs/fuse/dev.c
fs/fuse/dir.c
fs/fuse/file.c