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)
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>

No differences found