From: Mikulas Patocka Date: Tue, 18 Feb 2014 18:09:34 +0000 (-0500) Subject: bio: don't write "bio: create slab" messages to syslog X-Git-Tag: v3.15-rc1~135^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d7124b2f2e29541e5c8815bd84ea55158dd730;p=pandora-kernel.git bio: don't write "bio: create slab" messages to syslog When using device mapper, there are many "bio: create slab" messages in the log. Device mapper targets have different front_pad, so each time when we load a target that wasn't loaded before, we allocate a slab with the appropriate front_pad and there is associated "bio: create slab" message. This patch removes these messages, there is no need for them. Signed-off-by: Mikulas Patocka Signed-off-by: Jens Axboe --- Reading git-diff-tree failed