Displaying 1 result from an estimated 1 matches for "5cbe798".
Did you mean:
5c77798
2009 Aug 24
2
[RFC] Early look at btrfs directIO read code
...roduce hard-hangs or filesystem corruption.
jim
[PATCH] small changes to existing files to add direct IO read
---
fs/btrfs/Makefile | 2 +-
fs/btrfs/inode.c | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile
index a35eb36..5cbe798 100644
--- a/fs/btrfs/Makefile
+++ b/fs/btrfs/Makefile
@@ -7,4 +7,4 @@ btrfs-y += super.o ctree.o extent-tree.o print-tree.o
root-tree.o dir-item.o \
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
exp...