From: Ross Lagerwall Date: Sun, 14 Sep 2014 14:41:04 +0000 (+0100) Subject: libnfs: Add access2() X-Git-Tag: upstream/1.9.6^2~2^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=23b10e1f18c57e88ac4ef13b4dd08b976834260d;hp=23b10e1f18c57e88ac4ef13b4dd08b976834260d;p=deb_libnfs.git libnfs: Add access2() Add nfs_access2(), like nfs_access() but it returns the individual statuses of R_OK, W_OK and X_OK rather than a single success or failure status. This saves the latency and overhead of multiple lookups if an application tries to determine the status of each of R_OK, W_OK and X_OK. Signed-off-by: Ross Lagerwall ---