Re: [PATCH] f2fs: fix compile warning
From: Chao Yu
Date: Tue Mar 02 2021 - 04:37:18 EST
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,