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


No differences found