>From Malahal <mala...@gmail.com>:

Malahal has uploaded this change for review. ( 
https://review.gerrithub.io/366327


Change subject: Initialize general_fridge before creating exports
......................................................................

Initialize general_fridge before creating exports

We do create exports and then initialize fridges and create threads. We
could get an upcall before the general_fridge gets initialized leading
to up_async_invalidate() calling fridgethr_submit() on uninitialized
(NULL) general_fridge!

Place nfs_start() before ReadExports() to initialize general_fridge
and others before exports get created.

Change-Id: Iedd657de73682f0d9adab7c31c5ab857aeed9e24
Signed-off-by: Malahal Naineni <mala...@us.ibm.com>
---
M src/MainNFSD/nfs_lib.c
1 file changed, 3 insertions(+), 3 deletions(-)



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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedd657de73682f0d9adab7c31c5ab857aeed9e24
Gerrit-Change-Number: 366327
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <mala...@gmail.com>
------------------------------------------------------------------------------
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