diff options
Diffstat (limited to 'xlators/features/snapview-server/src/snapview-server.c')
-rw-r--r-- | xlators/features/snapview-server/src/snapview-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server.c b/xlators/features/snapview-server/src/snapview-server.c index 2f15f5ef264..6c65497b34c 100644 --- a/xlators/features/snapview-server/src/snapview-server.c +++ b/xlators/features/snapview-server/src/snapview-server.c @@ -2159,6 +2159,7 @@ struct xlator_fops fops = { .fstat = svs_fstat, .getxattr = svs_getxattr, .access = svs_access, + .readlink = svs_readlink, /* entry fops */ }; |