Date: Wed, 9 Apr 2003 17:13:12 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_denode.c Message-ID: <200304100013.h3A0DCMp075263@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/04/09 17:13:12 PDT FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_denode.c Log: It appears that msdosfs_init() is called multiple times. This happens on my system where I preload msdosfs and have it in my kernel. There's likely another bug that's causing msdosfs_init() to be called multiple times, but this makes that harmless. Revision Changes Path 1.69 +13 -0 src/sys/fs/msdosfs/msdosfs_denode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304100013.h3A0DCMp075263>