libnfs.c: always pass the attributes to the callback for recursive lookups
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 8 Jun 2014 16:45:22 +0000 (09:45 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 8 Jun 2014 18:24:09 +0000 (11:24 -0700)
commit20379f03fc80f4c2cb52d53103978c8141994c50
tree9acb3effd02615b6c0763a65dbeee94c67b0a3a7
parentc63ba81eebbd51f779357020ca99c9cc5df3c615
libnfs.c: always pass the attributes to the callback for recursive lookups

Always pass a fattr3 structure to the callbacks for the internal function
to perform recursive lookups : nfs_lookuppath_async().
This will allow us to access for example the mtime for an object before we
start performing any expensive functions.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
lib/libnfs.c