libnfs.c: add nlink to nfsdirent so we can get it for 'free'
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 8 Jun 2014 18:40:35 +0000 (11:40 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 8 Jun 2014 18:40:35 +0000 (11:40 -0700)
commit390ff38ad1689f0708cdb18811b3b7d5d616cba7
treed3a1766132b936579c59e2896ee2b971f06ba17e
parent56e96539ef6442fd334892e2f96e092367633b92
libnfs.c: add nlink to nfsdirent so we can get it for 'free'

update the nfs-ls utility to just use nfsdirent as is instead of having to
stat the files.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
include/nfsc/libnfs.h
lib/libnfs.c
utils/nfs-ls.c