The patch titled fuse: fix typo has been added to the -mm tree. Its filename is fuse-fix-typo.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fuse: fix typo From: Miklos Szeredi <miklos@xxxxxxxxxx> Signed-off-by: Miklos Szeredi <miklos@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/fuse/control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/fuse/control.c~fuse-fix-typo fs/fuse/control.c --- a/fs/fuse/control.c~fuse-fix-typo +++ a/fs/fuse/control.c @@ -105,7 +105,7 @@ static struct dentry *fuse_ctl_add_dentr /* * Add a connection to the control filesystem (if it exists). Caller - * must host fuse_mutex + * must hold fuse_mutex */ int fuse_ctl_add_conn(struct fuse_conn *fc) { @@ -139,7 +139,7 @@ int fuse_ctl_add_conn(struct fuse_conn * /* * Remove a connection from the control filesystem (if it exists). - * Caller must host fuse_mutex + * Caller must hold fuse_mutex */ void fuse_ctl_remove_conn(struct fuse_conn *fc) { _ Patches currently in -mm which might be from miklos@xxxxxxxxxx are add-address_space_operationsbatch_write.patch add-address_space_operationsbatch_write-fix.patch pass-io-size-to-batch_write-address-space-operation.patch fuse-add-lock-annotations-to-request_end-and-fuse_read_interrupt.patch fuse-fix-zero-timeout.patch fuse-use-jiffies_64.patch fuse-fix-typo.patch fuse-use-dentry-in-statfs.patch vfs-define-new-lookup-flag-for-chdir.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html