2009-01-26 14:14:09

by Miklos Szeredi

[permalink] [raw]
Subject: [git pull] fuse fixes for 2.6.28-rc2

Linus,

Please pull these fuse fixes from:

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

Thanks,
Miklos


---
Dan Carpenter (1):
fuse: fix NULL deref in fuse_file_alloc()

Miklos Szeredi (4):
fuse: fix missing fput on error
fuse: fuse_fill_super error handling cleanup
fuse: destroy bdi on umount
fuse: fix poll notify

---
fs/fuse/dev.c | 16 +++++++++++-----
fs/fuse/file.c | 2 +-
fs/fuse/inode.c | 30 ++++++++++++++++++------------
3 files changed, 30 insertions(+), 18 deletions(-)