commit | 5c680150d7f43484fde6b87271229f2206bfff7c | [log] [tgz] |
---|---|---|
author | Joseph Qi <joseph.qi@linux.alibaba.com> | Mon Apr 26 14:29:47 2021 +0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 17 10:53:19 2021 -0400 |
tree | d8cb488d431721ee13ce02dbbf55761a83293f56 | |
parent | d0b040f5f2557b2f507c01e88ad8cff424fdc6a9 [diff] |
ext4: remove redundant check buffer_uptodate() Now set_buffer_uptodate() will test first and then set, so we don't have to check buffer_uptodate() first, remove it to simplify code. Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com> Signed-off-by: Joseph Qi <joseph.qi@linux.alibaba.com> Link: https://lore.kernel.org/r/1619418587-5580-1-git-send-email-joseph.qi@linux.alibaba.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>