]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
lru_cache: Converted lc_seq_printf_status to return void
authorRoland Kammerer <roland.kammerer@linbit.com>
Thu, 16 Apr 2015 08:17:51 +0000 (10:17 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 25 Nov 2015 16:22:02 +0000 (09:22 -0700)
commitbb649b34dd3d8f69308f5f193cb64457069c7222
tree9efb049c70f7a0c6a90c4f8d0644c72e4ce41bf7
parent63a7c8ad92af5f57d4a2c5be223d6ca424c3670b
lru_cache: Converted lc_seq_printf_status to return void

Fix the semantic of lc_seq_printf. Currently, it always returns 0 and
the return value is unused, therefore, convert the return type to void.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/lru_cache.h
lib/lru_cache.c