Date: Wed, 27 Feb 2002 11:18:10 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_lock.c src/sys/ufs/ffs ffs_snapshot.c src/sys/vm swap_pager.c Message-ID: <200202271918.g1RJIAQ62433@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/02/27 11:18:10 PST Modified files: sys/nfsclient nfs_lock.c sys/ufs/ffs ffs_snapshot.c sys/vm swap_pager.c Log: Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic and isn't strictly required. However, it lowers the number of false positives found when grep'ing the kernel sources for p_ucred to ensure proper locking. Revision Changes Path 1.20 +4 -4 src/sys/nfsclient/nfs_lock.c 1.30 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c 1.167 +6 -6 src/sys/vm/swap_pager.c 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?200202271918.g1RJIAQ62433>