mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
const: dmfilemapd strings
This commit is contained in:
parent
7f25e58f66
commit
9a9db862a4
@ -59,7 +59,7 @@ struct filemap_monitor {
|
||||
static int _foreground;
|
||||
static int _verbose;
|
||||
|
||||
const char *const _usage = "dmfilemapd <fd> <group_id> <abs_path> <mode> "
|
||||
const char _usage[] = "dmfilemapd <fd> <group_id> <abs_path> <mode> "
|
||||
"[<foreground>[<log_level>]]";
|
||||
|
||||
/*
|
||||
@ -802,7 +802,7 @@ bad:
|
||||
return 1;
|
||||
}
|
||||
|
||||
static const char * const _mode_names[] = {
|
||||
static const char _mode_names[][8] = {
|
||||
"inode",
|
||||
"path"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user