Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 16:27:26 +0400
From:      Dmitry Sivachenko <demon@freebsd.org>
To:        freebsd-fs@freebsd.org
Subject:   MFC some nullfs code
Message-ID:  <20030502122726.GA70780@fling-wing.demos.su>

next in thread | raw e-mail | index | archive | help
Hello!

Could someone please MFC 1.50-1.51 delta of null_vnops.c (committed by
mkcusick about a year ago).  It would not require much work.

It fixes panic in the following test:
compile nullfs statically with options DIAGNOSTIC;
# mount_null /bin /mnt
# file /mnt/ps  // any open()/close() on mounted filesystem
# umount /mnt

System will panic.
I tested this patch with several buldworlds on nullfs-mounted
/usr/src, and it seems to work fine.

Thanks!


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030502122726.GA70780>