Files
linux/fs
Christoph Hellwig ea3edd4dc2 block: remove __bdevname
There is no good reason for __bdevname to exist.  Just open code
printing the string in the callers.  For three of them the format
string can be trivially merged into existing printk statements,
and in init/do_mounts.c we can at least do the scnprintf once at
the start of the function, and unconditional of CONFIG_BLOCK to
make the output for tiny configfs a little more helpful.

Acked-by: Theodore Ts'o <tytso@mit.edu> # for ext4
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-03-24 07:57:07 -06:00
..
2020-02-24 14:20:38 -06:00
2019-11-11 09:21:59 -05:00
2020-03-24 07:57:07 -06:00
2020-03-24 07:57:07 -06:00
2020-01-14 13:28:28 -08:00
2020-02-26 16:58:15 +09:00
2020-02-05 20:34:32 -08:00
2019-08-07 21:51:47 -04:00
2020-02-07 14:48:35 -05:00
2020-02-07 14:48:35 -05:00
2020-03-07 08:35:56 -07:00
2020-02-01 10:36:49 -08:00
2020-02-03 21:23:33 -05:00
2019-12-08 14:37:36 +01:00