On Fri, Oct 15, 2021 at 03:26:38PM +0200, Christoph Hellwig wrote: > Add a helper to return the size of sb->s_bdev in sb->s_blocksize_bits > based unites. Note that SECTOR_SHIFT has to be open coded due to > include dependency issues for now, but I have a plan to sort that out > eventually. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> You can adjust this changelog to remove the note about SECTOR_SHIFT now. :) Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook