]> 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)
committerDavid Teigland <teigland@redhat.com>
Wed, 6 Jun 2018 21:31:59 +0000 (16:31 -0500)
commitf2ff06d6756bb31779d16915c64361393054cfe7
tree58f4d5237a6a630827379b35d4cc29b6c393b859
parent55521be2cbe28b0580fafafff6151cf4b6a219ea
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.039042 seconds and 5 git commands to generate.