diff options
Diffstat (limited to 'xlators/features/cloudsync/src/cloudsync-fops-c.py')
| -rwxr-xr-x | xlators/features/cloudsync/src/cloudsync-fops-c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/cloudsync/src/cloudsync-fops-c.py b/xlators/features/cloudsync/src/cloudsync-fops-c.py index a7a2201275c..8878b70a715 100755 --- a/xlators/features/cloudsync/src/cloudsync-fops-c.py +++ b/xlators/features/cloudsync/src/cloudsync-fops-c.py @@ -285,7 +285,7 @@ loc_stat_op_fop_template = ['lookup', 'stat', 'discover', 'access', 'setattr', # These fops need a separate implementation special_fops = ['statfs', 'setxattr', 'unlink', 'getxattr', - 'truncate', 'fstat', 'readv'] + 'truncate', 'fstat', 'readv', 'readdirp'] def gen_defaults(): for name in ops: |
