mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-07 05:58:00 +03:00
lvmlockd: fix incorrect function definition
In commit 7f29afdb06d9f3420b3d2174d6ed4c55a58ac706 this function was added with misplaced ';'.
This commit is contained in:
parent
c8a8c7286f
commit
143545a08c
@ -631,7 +631,7 @@ static inline int lm_is_running_sanlock(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int lm_find_free_lock_sanlock(struct lockspace *ls, uint64_t lv_size_bytes);
|
||||
static inline int lm_find_free_lock_sanlock(struct lockspace *ls, uint64_t lv_size_bytes)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user