From 727fe837b8f7bfcdd59267f7745398934564543e Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 25 Feb 2010 15:38:10 +0000 Subject: quick-read: Store and propagate wbflags argument in open fop ..this is needed to ensure underlying translators like write-behind, ioc, etc, do not return zero-filled stats to NFSx. Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 597 (miscellaneous fixes for xlators to work well with NFS xlator) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=597 --- xlators/performance/quick-read/src/quick-read.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/quick-read/src/quick-read.h') diff --git a/xlators/performance/quick-read/src/quick-read.h b/xlators/performance/quick-read/src/quick-read.h index 57a7e4d46..5ced44e1d 100644 --- a/xlators/performance/quick-read/src/quick-read.h +++ b/xlators/performance/quick-read/src/quick-read.h @@ -48,6 +48,7 @@ struct qr_fd_ctx { char open_in_transit; char *path; int flags; + int wbflags; struct list_head waiting_ops; gf_lock_t lock; }; -- cgit