On Thu, Jun 04, 2020 at 06:15:35PM -0700, Jaegeuk Kim wrote: > > > > I went through every remaining caller of f2fs_kmalloc() and f2fs_kzalloc(). > > I > > think we're fine, except for possibly the allocation of blkz_seq in > > init_blkz_info(). How many zones can we expect on a zoned block device? > > In the worst case, it can be 16TB / 2MB = 8M entries.
In that case, I'll make init_blkz_info() use f2fs_kvzalloc() too. - Eric _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel