]> git.baikalelectronics.ru Git - kernel.git/commit
zpool: change pr_info to pr_debug
authorDan Streetman <ddstreet@ieee.org>
Thu, 25 Jun 2015 22:00:37 +0000 (15:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2015 00:00:37 +0000 (17:00 -0700)
commit6602644d9c423e0bafe4bc1ccfb6922eccb2170a
tree1efd5286cb6930ffd15d9eda0e35768d51e16bbe
parent0580548831b6fb405da66df6bd20a86cf95203e8
zpool: change pr_info to pr_debug

Change the pr_info() calls to pr_debug().  There's no need for the extra
verbosity in the log.  Also change the msg formats to be consistent.

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Ganesh Mahendran <opensource.ganesh@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zpool.c