diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2015-05-23 21:58:41 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2015-05-23 21:58:41 +0000 |
commit | b51d622ba8bdda20dd5d25f755d4fcf303478339 (patch) | |
tree | 16536f6ae32abfe086aeca9c769ef840d47b70fb /lib/libprocstat/udf.c | |
parent | 20e4506bd69da4503623338ae98dcafd768dd897 (diff) | |
download | FreeBSD-src-b51d622ba8bdda20dd5d25f755d4fcf303478339.zip FreeBSD-src-b51d622ba8bdda20dd5d25f755d4fcf303478339.tar.gz |
The NFS client generated directory block(s) with d_fileno == 0
so that it would not return less data than requested.
Since returning less directory data than requested is not a problem
for FreeBSD and even UFS no longer returns directory structures
with d_fileno == 0, this patch stops the client from doing this.
Although entries with d_fileno == 0 should not be a problem,
the man pages no longer document that these entries should be
ignored, so there was a concern that these entries might be an
issue in the future.
Suggested by: trasz
Tested by: trasz
MFC after: 2 weeks
Diffstat (limited to 'lib/libprocstat/udf.c')
0 files changed, 0 insertions, 0 deletions