fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_read
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>
Thu, 18 Aug 2022 05:04:38 +0000 (10:34 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 30 Sep 2022 03:01:40 +0000 (23:01 -0400)
commitc547524852deb2eb29c1214174de9782c5b3b8b0
tree4e8dcf798b4c6095a97e7b32aa473a1aa1f0f553
parentf3ed5df398e8bc5b5e38f2db9b6494997e5ada49
fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_read

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.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ritesh Harjani <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/d82eb29e8dbc52fe13a7affef5c907ea4076aa31.1660788334.git.ritesh.list@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ntfs/file.c