>From Patrice LUCAS <patrice.lu...@cea.fr>:

Patrice LUCAS has uploaded this change for review. ( 
https://review.gerrithub.io/367492


Change subject: Fix regression on fsal_obj_handle->fs
......................................................................

Fix regression on fsal_obj_handle->fs

Previous "FSAL_MEM - Add dirents" patch (gerrit change ID 364825,
commit fad0c585dbede5e2) introduces a new test on obj->fs in
fsal_link helper function whereas all FSALs don't implement
and manage the fs attribute of a fsal_obj_handle object. For
example, FSAL_PROXY doesn't manage this attribute which as no
meaning in proxy case.

To solve this issue, this patch simply add a null initialization
of the fs field.

(By the same way, we also add a null initialization of the state
parameter.)

Change-Id: I7b76eddba8025ef707b58c8e69a58a953372b5af
Signed-off-by: Patrice LUCAS <patrice.lu...@cea.fr>
---
M src/FSAL/commonlib.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/92/367492/1
-- 
To view, visit https://review.gerrithub.io/367492
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b76eddba8025ef707b58c8e69a58a953372b5af
Gerrit-Change-Number: 367492
Gerrit-PatchSet: 1
Gerrit-Owner: Patrice LUCAS <patrice.lu...@cea.fr>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to