mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-25 21:57:45 +03:00
cleanup: use int32 for major minor
Use consistently int32_t for major, minor.
This commit is contained in:
parent
d274724c83
commit
18b8fdc8c9
@ -797,8 +797,8 @@ struct lvcreate_params {
|
||||
int create_pool; /* thin */
|
||||
int zero; /* all */
|
||||
int wipe_signatures; /* all */
|
||||
int major; /* all */
|
||||
int minor; /* all */
|
||||
int32_t major; /* all */
|
||||
int32_t minor; /* all */
|
||||
int log_count; /* mirror */
|
||||
int nosync; /* mirror */
|
||||
int poolmetadataspare; /* thin pool */
|
||||
|
Loading…
x
Reference in New Issue
Block a user