[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b7a214b4-5d51-5a47-79a1-1592063552d7@huawei.com>
Date: Tue, 2 Mar 2021 16:49:36 +0800
From: Chao Yu <yuchao0@...wei.com>
To: <jaegeuk@...nel.org>
CC: <linux-f2fs-devel@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>, <chao@...nel.org>
Subject: Re: [PATCH] f2fs: fix compile warning
On 2021/3/2 16:44, Chao Yu wrote:
> node.c:2750:13: note: in expansion of macro ‘min’
> nrpages = min(last_offset - i, BIO_MAX_PAGES);
Oh, after I rebase to last dev branch, compile warning is gone as
we changed to use bio_max_segs() rather than min().
Please ignore this patch.
Thanks,
Powered by blists - more mailing lists