Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libukfs



Module Name:    src
Committed By:   pooka
Date:           Wed Feb 11 14:35:58 UTC 2009

Modified Files:
        src/lib/libukfs: ukfs.c

Log Message:
Do not flock() block devices.  The kernel recently started to guard
against opening a block device twice and flock requires that we
keep the device open.  Hence, the same mount would attempt to open
for locking and then VOP_OPEN for kernel access and run into
problems.  This makes it possible to rump_foofs block devices again,
i.e. take the same command line arguments as regular mounts.
Noticed by apb.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/libukfs/ukfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index