From Malahal <malahal(a)gmail.com>:
Malahal has uploaded this change for review. (
https://review.gerrithub.io/427135
Change subject: [GPFS] Fix gpfs fs locations crash
......................................................................
[GPFS] Fix gpfs fs locations crash
GPFSFSAL_fs_loc() expects its last argument to be initilaized with
buffers. It is currently passed with zeros resulting in a crash. Made
GPFSFSAL_fs_loc to take attributes as an argument and fs_locations gets
initialized on a successful return.
Change-Id: I3554b3520b8bdf8924b53a2e8d24caffbd16e601
Signed-off-by: Malahal Naineni <malahal(a)us.ibm.com>
---
M src/FSAL/FSAL_GPFS/fsal_attrs.c
M src/FSAL/FSAL_GPFS/fsal_internal.h
M src/FSAL/FSAL_GPFS/handle.c
3 files changed, 31 insertions(+), 55 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/35/427135/1
--
To view, visit
https://review.gerrithub.io/427135
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3554b3520b8bdf8924b53a2e8d24caffbd16e601
Gerrit-Change-Number: 427135
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal(a)gmail.com>