]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: Move couple of string arrays to sysfs.c
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 28 May 2018 07:37:42 +0000 (15:37 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 May 2018 20:53:18 +0000 (14:53 -0600)
commit5cd69f951f80d28f36660e93f23ab31ac5a0a225
tree31e408ad649095b9bc5ec7fd1c0011761486c17c
parent5be91ae0ed0bc528cb6f5f330c107b8d12ef9119
bcache: Move couple of string arrays to sysfs.c

There is couple of string arrays that are used exclusively in sysfs.c.
Move it to there and make them static.

Besides above, it will allow further clean up.

No functional change intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/bcache.h
drivers/md/bcache/super.c
drivers/md/bcache/sysfs.c