]> sourceware.org Git - lvm2.git/commit
Implement lock-override options without locking type
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Jun 2018 21:31:59 +0000 (16:31 -0500)
committerJoe Thornber <ejt@redhat.com>
Thu, 7 Jun 2018 15:17:04 +0000 (16:17 +0100)
commit6e6ef95ba65aea0367eb88fa2062e93fe66bbc6e
treec3e13aa91098f1d13c74d490ef4ae7b194b93d02
parente966752b867c0fe379737b0bda1e850a19dabf00
Implement lock-override options without locking type

The options: --nolocking, --readonly, --sysinit
override, or make exceptions to, the normal file locking
behavior.  Implement these by just checking for the
options in the file locking path instead of using
special locking types.
lib/locking/file_locking.c
lib/locking/locking.c
lib/locking/locking.h
lib/locking/locking_types.h
tools/lvmcmdline.c
This page took 0.039641 seconds and 5 git commands to generate.