Hello,

It is possible to receive requests anytime after nfs_Init_svc() is
completed. We initialize several things in nfs_Init() after this. This
could lead to processing of incoming requests racing with the rest of
initialization (ex: dupreq2_pkginit()). Is it possible to re-order
nfs_Init_svc() so that rest of ganesha is ready to process requests as soon
as we start listing on the NFS port? Another way is to return NFS4ERR_DELAY
until 'nfs_init.init_complete' is true. Any thoughts?


Thanks,
Pradeep
------------------------------------------------------------------------------
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