On Mon, Jun 20, 2022 at 02:34:35PM +0530, Ritesh Harjani wrote: > submit_bh always returns 0. This patch drops the useless return value of > submit_bh from ntfs_submit_bh_for_read(). Once all of submit_bh callers are > cleaned up, we can make it's return type as void. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx> and so sad that a newly merged file systems still does all this buffer head crap :(