diff options
Diffstat (limited to 'xlators/performance/io-threads/src')
| -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 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 = {  | 
