Date: Fri, 8 Feb 2008 21:45:47 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/kern kern_lock.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs_vfsops.c Message-ID: <200802082145.m18LjlQC011164@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2008-02-08 21:45:47 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vfsops.c sys/kern kern_lock.c vfs_subr.c sys/nfs4client nfs4_vfsops.c sys/nfsclient nfs_vfsops.c Log: Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into VOP_ISLOCKED(arg, curthread). Now, VOP_ISLOCKED() and lockstatus() should only acquire curthread as argument; this will lead in axing the additional argument from both functions, making the code cleaner. Reviewed by: jeff, kib Revision Changes Path 1.87 +3 -3 src/sys/fs/nullfs/null_vfsops.c 1.123 +2 -2 src/sys/kern/kern_lock.c 1.718 +6 -5 src/sys/kern/vfs_subr.c 1.31 +1 -1 src/sys/nfs4client/nfs4_vfsops.c 1.198 +1 -1 src/sys/nfsclient/nfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802082145.m18LjlQC011164>