diff options
Diffstat (limited to 'libbcachefs/sysfs.c')
-rw-r--r-- | libbcachefs/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/sysfs.c b/libbcachefs/sysfs.c index 35f1e561..3197a2e4 100644 --- a/libbcachefs/sysfs.c +++ b/libbcachefs/sysfs.c @@ -739,7 +739,7 @@ static ssize_t show_dev_alloc_debug(struct bch_dev *ca, char *buf) c->open_buckets_wait.list.first ? "waiting" : "empty"); } -const char * const bch2_rw[] = { +static const char * const bch2_rw[] = { "read", "write", NULL |