diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-09-16 08:53:33 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-17 01:28:22 -0700 |
commit | a767c08c0e92e2e8caf4667d97aa5e5c3a13efb0 (patch) | |
tree | f5c44f39cd1df0b163774a1f8acea242d7a4113d /xlators | |
parent | 9fd8f212bc1f6031b9ad7eaaf014d39916881947 (diff) |
Add iot_fxattrop to io-threads
It was already implemented but not set to .fxattrop
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 267 (Add fxattrop to iothreads)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=267
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index c3575654b..118ae4242 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 = { |