summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorAvra Sengupta <asengupt@redhat.com>2014-11-12 12:02:44 +0000
committerRaghavendra Bhat <raghavendra@redhat.com>2014-12-24 03:37:04 -0800
commite1c977a9f9eb98c104d2e28fccaf7813be15eaf9 (patch)
treebdfa275a90be6c69bad203a1b6f2fcb16821903f /xlators
parent2acbc361698b4cd55211011b93a1b4bba9ff72f0 (diff)
uss/snapd: Handle readlink fops on snap view server
Handle readlink fops in case of symlinks on snap view server BUG: 1175756 Change-Id: Ia08e9e9c1c61e06132732aa580c5a9fd5e7c449b Signed-off-by: Avra Sengupta <asengupt@redhat.com> Reviewed-on: http://review.gluster.org/9102 Reviewed-by: Vijaikumar Mallikarjuna <vmallika@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com> Signed-off-by: Sachin Pandit <spandit@redhat.com> Reviewed-on: http://review.gluster.org/9305 Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/snapview-server/src/snapview-server.c1
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 */
};