commit | b818f09e46f9f6a66471f81bf83094ff0a477d0c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jun 20 09:16:35 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 24 09:16:02 2020 -0600 |
tree | 42131aebadb03c68a25dafed2b1eefaa2009a2be | |
parent | 7a804c34c2db9e550c6f504f06a6a5cac7a44758 [diff] |
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>