The patch titled
fuse-fix-race-between-getattr-and-write-checkpatch-fixes
has been removed from the -mm tree. Its filename was
fuse-fix-race-between-getattr-and-write-checkpatch-fixes.patch
This patch was dropped because it was folded into
fuse-fix-race-between-getattr-and-write.patch
------------------------------------------------------
Subject: fuse-fix-race-between-getattr-and-write-checkpatch-fixes
From: Andrew Morton <[EMAIL PROTECTED]>
ERROR: use tabs not spaces
#267: FILE: fs/fuse/dir.c:851:
+^I^I ^I$
Cc: Jakub Bogusz <[EMAIL PROTECTED]>
Cc: Miklos Szeredi <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
diff -puN
fs/fuse/dir.c~fuse-fix-race-between-getattr-and-write-checkpatch-fixes
fs/fuse/dir.c
--- a/fs/fuse/dir.c~fuse-fix-race-between-getattr-and-write-checkpatch-fixes
+++ a/fs/fuse/dir.c
@@ -848,7 +848,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);
+ err = fuse_do_getattr(inode, NULL);
if (!err)
err = generic_permission(inode, mask, NULL);
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
stop-using-dma_xxbit_mask.patch
fuse-fix-race-between-getattr-and-write.patch
fuse-fix-race-between-getattr-and-write-checkpatch-fixes.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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html