summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/nvs.c
diff options
context:
space:
mode:
authorGoldwyn Rodrigues <rgoldwyn@suse.com>2014-03-07 20:49:26 +0100
committerGoldwyn Rodrigues <rgoldwyn@suse.com>2015-02-23 14:28:42 +0100
commit47741b7ca7b389d1b45d7cf15edc279c9be32fa8 (patch)
tree828b58d3b18618bfe2bf30fde3e44fb93f6efec2 /drivers/acpi/nvs.c
parentCreate a separate module for clustering support (diff)
downloadlinux-47741b7ca7b389d1b45d7cf15edc279c9be32fa8.tar.xz
linux-47741b7ca7b389d1b45d7cf15edc279c9be32fa8.zip
DLM lock and unlock functions
A dlm_lock_resource is a structure which contains all information required for locking using DLM. The init function allocates the lock and acquires the lock in NL mode. The unlock function converts the lock resource to NL mode. This is done to preserve LVB and for faster processing of locks. The lock resource is DLM unlocked only in the lockres_free function, which is the end of life of the lock resource. Signed-off-by: Lidong Zhong <lzhong@suse.com> Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions