From 45c04e107c365d29ca9872b5e2d12c932bf43a24 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Mon, 21 Jan 2013 16:37:43 -0800 Subject: open-behind: translator to perform open calls in background This is functionality peeled out of quick-read into a separate translator. Fops which modify the file (where it is required to perform the operation on the true fd) will trigger and wait for the backend open to succeed and use that fd. Fops like fstat() readv() etc. will use anonymous FD (configurable) when original fd is unopened at the backend. Change-Id: Id9847fdbfdc82c1c8e956339156b6572539c1876 BUG: 846240 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.org/4406 Tested-by: Gluster Build System Reviewed-by: Raghavendra Bhat Reviewed-by: Jeff Darcy --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3f87a46a0..a2d49beb3 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,8 @@ AC_CONFIG_FILES([Makefile xlators/performance/symlink-cache/src/Makefile xlators/performance/quick-read/Makefile xlators/performance/quick-read/src/Makefile + xlators/performance/open-behind/Makefile + xlators/performance/open-behind/src/Makefile xlators/performance/md-cache/Makefile xlators/performance/md-cache/src/Makefile xlators/debug/Makefile -- cgit