bio: don't write "bio: create slab" messages to syslog
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 18 Feb 2014 18:09:34 +0000 (13:09 -0500)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:42 +0000 (12:54 -0600)
commitd96d81159dcbc1e905c4de3ff58886f01be7bdb9
treef3e3240e9ef98f3855ba1a8c36f48b5b07900501
parentfb9ea2f302e522b3d6eeef33c4729924997fd67d
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 <mpatocka@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/bio.c