Date: Sun, 5 Jan 2003 11:14:44 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c Message-ID: <200301051914.h05JEiFT048606@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/01/05 11:14:44 PST Modified files: sys/fs/specfs spec_vnops.c Log: Don't override the vop_lock, vop_unlock and vop_isunlocked methods. Previously all filesystems which relied on specfs to do devices would have private overrides for vop_std*, so the vop_no* overrides here had no effect. I overlooked the transitive nature of the vop vectors when I removed the vop_std* in those filesystems. Removing the override here restores device node locking to it's previous modus operandi. Spotted by: bde Revision Changes Path 1.194 +0 -3 src/sys/fs/specfs/spec_vnops.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?200301051914.h05JEiFT048606>