From a767c08c0e92e2e8caf4667d97aa5e5c3a13efb0 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 16 Sep 2009 08:53:33 +0000 Subject: Add iot_fxattrop to io-threads It was already implemented but not set to .fxattrop Signed-off-by: Anand V. Avati BUG: 267 (Add fxattrop to iothreads) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=267 --- xlators/performance/io-threads/src/io-threads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/io-threads/src') diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index c3575654bb5..118ae42423f 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -3001,6 +3001,7 @@ struct xlator_fops fops = { .removexattr = iot_removexattr, /* U */ .readdir = iot_readdir, /* O */ .xattrop = iot_xattrop, /* U */ + .fxattrop = iot_fxattrop, /* O */ }; struct xlator_mops mops = { -- cgit