]> git.baikalelectronics.ru Git - kernel.git/commit
aio: don't print the page size at boot time
authorChristoph Hellwig <hch@lst.de>
Thu, 14 Dec 2017 13:25:02 +0000 (14:25 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 2 May 2018 17:48:36 +0000 (19:48 +0200)
commit2838babaa5eaa33c768a69dc500c6facb7b157d8
treefe00ce08f78ba9e67c7165037509ae16fa3c1d02
parent8fdf222feba61c86a5a1d628a7df50de1e510fc4
aio: don't print the page size at boot time

The page size is in no way related to the aio code, and printing it in
the (debug) dmesg at every boot serves no purpose.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jeff Moyer <jmoyer@redhat.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/aio.c