search for: a35eb36

Displaying 1 result from an estimated 1 matches for "a35eb36".

Did you mean: 3a8eb36
2009 Aug 24
2
[RFC] Early look at btrfs directIO read code
...t could produce 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 \...