Hello all,

I'm seeing a case with 2.6-dev12 where 'state' is in owner's
state_list (nfs4_owner->so_state_list). But it is not in the
ht_state_id hash table. This will cause state_del_locked() to return
without cleaning up state. Because of this release_openstate() goes
into an infinite loop (the errcnt is never incremented). Also since we
hold 'clientid->cid_mutex' before calling release_openstate(), all new
mounts are hung as well.

Any thoughts on how ganesha ends up having 'open state' in
nfs4_owner->so_state_list and not in ht_state_id?

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to