2008-10-16 15:58:00

by Miklos Szeredi

[permalink] [raw]
Subject: [git pull] fuse changes for 2.6.28

Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus

These are small bug fixes and improvements to fuse.

fs/Kconfig | 2 +-
fs/fuse/file.c | 5 +++++
fs/fuse/fuse_i.h | 5 +++++
fs/fuse/inode.c | 3 ++-
include/linux/fuse.h | 12 +++++++++++-
5 files changed, 24 insertions(+), 3 deletions(-)

Julia Lawall (1):
fuse: add missing fuse_request_free

Miklos Szeredi (1):
fuse: fix SEEK_END incorrectness

Robert P. J. Day (1):
fuse: config description improvement

Tejun Heo (2):
fuse: add include protectors
fuse: implement nonseekable open