Add uid/gid to the stat data returned in the readdir directoryentry
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 1 Jan 2014 00:25:01 +0000 (16:25 -0800)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 1 Jan 2014 00:25:01 +0000 (16:25 -0800)
commit7bda8bad0057c258f90952f67a42f6dd95b860de
tree56d24900f528b75d17621cace0d940d849a6af67
parent2452c57f9ba2d2e81f84111fae5b0cb1cf285bd4
Add uid/gid to the stat data returned in the readdir directoryentry

We also get uid/gid for free when using READDIRPLU3 (and READDIRPLUS3 emulation)
so store these too so applications that needs to look at the uid/gid can avoid
the extra call to nfs_stat()
include/nfsc/libnfs.h
lib/libnfs.c