Date: Wed, 3 Nov 1999 04:05:40 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ufs ufs_vnops.c ufsmount.h Message-ID: <199911031205.EAA81534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/11/03 04:05:40 PST Modified files: sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_vnops.c ufsmount.h Log: Quick fix for breakage of ext2fs link counts as reported by stat(2) by the soft updates changes: only report the link count to be i_effnlink in ufs_getattr() for file systems that maintain i_effnlink. Tested by: Mike Dracopoulos <mdraco@math.uoa.gr> Revision Changes Path 1.110 +2 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.125 +3 -2 src/sys/ufs/ufs/ufs_vnops.c 1.16 +2 -1 src/sys/ufs/ufs/ufsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911031205.EAA81534>