Martin Schwenke has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/538588 )
Change subject: config: Avoid incorrect duplicate Export_id error
......................................................................
config: Avoid incorrect duplicate Export_id error
At the moment the call to u.blk.check() looks up the default
Export_id, not the one in the block being processed. Calling after
do_block_load() means the desired Export_id, from the block being
processed, will be checked.
Fixes issue
https://github.com/nfs-ganesha/nfs-ganesha/issues/818
Signed-off-by: Martin Schwenke <mschwenke(a)ddn.com>
Change-Id: I9d4e1595d3b2bc6a0004a98b8c6b9638d78aa978
---
M src/config_parsing/config_parsing.c
1 file changed, 20 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/88/538588/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/538588
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I9d4e1595d3b2bc6a0004a98b8c6b9638d78aa978
Gerrit-Change-Number: 538588
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Schwenke <martin(a)meltin.net>
Gerrit-MessageType: newchange