Jason Woodward has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1228841?usp=email )
Change subject: Provide a def_fsal_ops entry for fsal_enable_delegations.
......................................................................
Provide a def_fsal_ops entry for fsal_enable_delegations.
```
Thread 17 "ganesha.nfsd" received signal SIGSEGV, Segmentation fault.
[Switching
to Thread 0xffffd3ffdf40 (LWP 8095)]
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x0000fffff7e417ac in fsal_update_cfg_commit (node=<optimized out>,
link_mem=<optimized out>, self_struct=<optimized out>, err_type=0xfffff7f84c40
<err_type>) at /nfs-ganesha/src/support/exports.c:944
...
(gdb) p probe_exp->fsal_export->sub_export->fsal->m_ops
$6 = {..., fsal_enable_delegations = 0x0, ...}
```
Change-Id: I7177087ae3fa6f52b08954e25be09d270f0966bd
Signed-off-by: Jason Woodward <jawoodwa(a)microsoft.com>
---
M src/FSAL/default_methods.c
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/41/1228841/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1228841?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I7177087ae3fa6f52b08954e25be09d270f0966bd
Gerrit-Change-Number: 1228841
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Woodward <jawoodwa(a)microsoft.com>