Re: [PATCH] Btrfs: use a slab for btrfs_dio_private

2012-08-07 Thread Andi Kleen
Josef Bacik writes: > This is in the IO path, let's try to avoid latencies by having our own slab. > Thanks, What latencies does this avoid? -Andi -- a...@linux.intel.com -- Speaking for myself only -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a mes

[PATCH] Btrfs: use a slab for btrfs_dio_private

2012-08-03 Thread Josef Bacik
This is in the IO path, let's try to avoid latencies by having our own slab. Thanks, Signed-off-by: Josef Bacik --- fs/btrfs/inode.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 8a8f0d6..351dd3b 100644 --- a/fs/