The patch titled fuse-add-file-handle-to-getattr-operation-checkpatch-fixes has been removed from the -mm tree. Its filename was fuse-add-file-handle-to-getattr-operation-checkpatch-fixes.patch This patch was dropped because it was folded into fuse-add-file-handle-to-getattr-operation.patch ------------------------------------------------------ Subject: fuse-add-file-handle-to-getattr-operation-checkpatch-fixes From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> ERROR: use tabs not spaces #88: FILE: fs/fuse/dir.c:864: +^I^I ^I$ Cc: Miklos Szeredi <mszeredi@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN fs/fuse/dir.c~fuse-add-file-handle-to-getattr-operation-checkpatch-fixes fs/fuse/dir.c --- a/fs/fuse/dir.c~fuse-add-file-handle-to-getattr-operation-checkpatch-fixes +++ a/fs/fuse/dir.c @@ -861,7 +861,7 @@ static int fuse_permission(struct inode attributes. This is also needed, because the root node will at first have no permissions */ if (err == -EACCES && !refreshed) { - err = fuse_do_getattr(inode, NULL, NULL); + err = fuse_do_getattr(inode, NULL, NULL); if (!err) err = generic_permission(inode, mask, NULL); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch stop-using-dma_xxbit_mask.patch fuse-fix-race-between-getattr-and-write.patch fuse-add-file-handle-to-getattr-operation.patch fuse-add-file-handle-to-getattr-operation-checkpatch-fixes.patch sparse-pointer-use-of-zero-as-null-checkpatch-fixes.patch i-oat-tighten-descriptor-setup-performance-fix.patch i-oat-add-completion-callback-for-async_tx-interface-use-fix.patch i-oat-add-completion-callback-for-async_tx-interface-use-fix-fix.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