libnfs: Don't perform operations on nfsfh after user callback
authorRoss Lagerwall <rosslagerwall@gmail.com>
Sun, 10 Aug 2014 11:16:47 +0000 (12:16 +0100)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Sun, 10 Aug 2014 11:18:56 +0000 (12:18 +0100)
Since the user callback may perform operations on the nfsfh (e.g. it
might close it), all updates should be done before the user callback is
called.

Signed-off-by: Ross Lagerwall <rosslagerwall@gmail.com>

No differences found