commit | a2c0fe2fd26e3e10753660019da9366f7b19c286 | [log] [tgz] |
---|---|---|
author | Peter Lieven <pl@kamp.de> | Tue Jun 10 09:42:47 2014 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Jun 16 17:23:19 2014 +0800 |
tree | bff017734c531fe47ded4cc3a68bee632993a2d6 | |
parent | ae60e8e3783a66463d0736f3a48da9a66fd5cbd3 [diff] |
block/nfs: fix potential segfault on early callback it will happen in the future that the callback of a libnfs call directly invokes the callback. In this case we end up in a segfault because the NFSRPC is gone when we the BH is scheduled. Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>