diff options
author | Avra Sengupta <asengupt@redhat.com> | 2014-11-12 12:02:44 +0000 |
---|---|---|
committer | Raghavendra Bhat <raghavendra@redhat.com> | 2014-12-24 03:37:04 -0800 |
commit | e1c977a9f9eb98c104d2e28fccaf7813be15eaf9 (patch) | |
tree | bdfa275a90be6c69bad203a1b6f2fcb16821903f /xlators | |
parent | 2acbc361698b4cd55211011b93a1b4bba9ff72f0 (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.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 */ }; |