Hi Linus, Please pull the following fixes for fuse: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This contain a bugfix for CUSE and miscellaneous small fixes. Thanks, Miklos ---- David Herrmann (2): cuse: use mutex as registration lock instead of spinlocks cuse: do not register multiple devices with identical names Miklos Szeredi (2): cuse: fix uninitialized variable warnings fuse: make fuse_file_fallocate() static Robert P. J. Day (1): fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig Wei Yongjun (1): fuse: remove unused variable in fuse_try_move_page() --- fs/Kconfig | 10 ---------- fs/fuse/Kconfig | 16 ++++++++++++++-- fs/fuse/cuse.c | 36 ++++++++++++++++++++++-------------- fs/fuse/dev.c | 5 ----- fs/fuse/file.c | 5 ++--- 5 files changed, 38 insertions(+), 34 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html