diff options
author | Ritesh Harjani (IBM) <ritesh.list@gmail.com> | 2022-08-18 10:34:39 +0530 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-09-29 23:01:40 -0400 |
commit | ab620620bf426af110093c5921888c0a4bf86ab4 (patch) | |
tree | 1884041ffa1aaaa73abe25212d83e08d2b47b13d /fs/jbd2/commit.c | |
parent | c547524852deb2eb29c1214174de9782c5b3b8b0 (diff) | |
download | linux-ab620620bf426af110093c5921888c0a4bf86ab4.tar.gz linux-ab620620bf426af110093c5921888c0a4bf86ab4.tar.bz2 linux-ab620620bf426af110093c5921888c0a4bf86ab4.zip |
fs/buffer: drop useless return value of submit_bh
submit_bh always returns 0. This patch drops the useless return value of
submit_bh from __sync_dirty_buffer(). Once all of submit_bh callers are
cleaned up, we can make it's return type as void.
Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/a98a6ddfac68f73d684c2724952e825bc1f4d238.1660788334.git.ritesh.list@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions