[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c245ec10-7c30-b0ce-6d1e-d23164b175a7@kernel.dk>
Date: Wed, 26 Feb 2020 10:35:01 -0700
From: Jens Axboe <axboe@...nel.dk>
To: John Garry <john.garry@...wei.com>
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] blk-mq: Remove some unused function arguments
On 2/26/20 5:10 AM, John Garry wrote:
> The struct blk_mq_hw_ctx pointer argument in blk_mq_put_tag(),
> blk_mq_poll_nsecs(), and blk_mq_poll_hybrid_sleep() is unused, so remove
> it.
>
> Overall obj code size shows a minor reduction, before:
> text data bss dec hex filename
> 27306 1312 0 28618 6fca block/blk-mq.o
> 4303 272 0 4575 11df block/blk-mq-tag.o
>
> after:
> 27282 1312 0 28594 6fb2 block/blk-mq.o
> 4311 272 0 4583 11e7 block/blk-mq-tag.o
Applied, thanks.
--
Jens Axboe
Powered by blists - more mailing lists