Date: Sat, 24 Jan 2004 00:43:06 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Message-ID: <200401240843.i0O8h6TL076030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004/01/24 00:43:06 PST
FreeBSD src repository
Modified files:
sys/gnu/ext2fs ext2_vfsops.c
Log:
Copy workaround from FFS: open device for write access even if
the user requests a read-only mount. This is necessary because we
don't do the VOP_OPEN again if they upgrade a read-only mount to
read-write.
Noticed by: bde
Revision Changes Path
1.115 +19 -0 src/sys/gnu/ext2fs/ext2_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401240843.i0O8h6TL076030>
