Date: Thu, 24 Jun 2004 18:31:23 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c Message-ID: <200406241831.i5OIVNfO063959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406241831.i5OIVNfO063959>