cvs commit: src/sys/ufs/ufs ufs_extattr.c
Robert Watson
rwatson at FreeBSD.org
Thu Jun 24 11:31:38 PDT 2004
rwatson 2004-06-24 18:31:23 UTC
FreeBSD src repository
Modified files:
sys/ufs/ufs ufs_extattr.c
Log:
Annotate that we don't check the returned data length from ufs_readdir()
because UFS uses fixed-size directory blocks. When using this code with
other file systems, such as HFS+, the value of auio.uio_resid will need
to be taken into account.
Revision Changes Path
1.72 +6 -0 src/sys/ufs/ufs/ufs_extattr.c
More information about the cvs-src
mailing list