tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
authorChristoph Hellwig <hch@lst.de>
Sat, 20 Jun 2020 07:16:35 +0000 (09:16 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 24 Jun 2020 15:08:40 +0000 (09:08 -0600)
commit4767a6d55f7684228284c598582d9d87062502e8
tree7c4b0482b68ad59311b97f13a6c89dc4a719b9f8
parent48778464bb7d346b47157d21ffde2af6b2d39110
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK

We can also thaw non-block file systems.  Remove the CONFIG_BLOCK in
sysrq.c after making the prototype available unconditionally.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/tty/sysrq.c
include/linux/fs.h