Displaying 1 result from an estimated 1 matches for "ca8b759".
Did you mean:
7a8b75b
2012 Jul 25
0
[PATCH 08/16] btrfs: nuke pdflush from comments
...<artem.bityutskiy@linux.intel.com>
---
I expect this patch to be merged via Al Viro''s VFS tree.
fs/btrfs/inode.c | 3 ++-
fs/btrfs/ordered-data.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index a7d1921..ca8b759 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -324,7 +324,8 @@ static noinline int add_async_extent(struct async_cow *cow,
* If this code finds it can''t get good compression, it puts an
* entry onto the work queue to write the uncompressed bytes. This
* makes sure that bot...