linux-stable/fs/ext4
luo penghao a6dbc76c4d ext4: remove redundant o_start statement
The if will goto out of the loop, and until the end of the
function execution, o_start will not be used again.

The clang_analyzer complains as follows:

fs/ext4/move_extent.c:635:5 warning:

Value stored to 'o_start' is never read

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: luo penghao <luo.penghao@zte.com.cn>
Link: https://lore.kernel.org/r/20211208075157.404535-1-luo.penghao@zte.com.cn
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2022-01-10 13:25:56 -05:00
..
.kunitconfig
acl.c ext4: use ext4_journal_start/stop for fast commit transactions 2021-12-23 18:13:25 -05:00
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4.h ext4: change s_last_trim_minblks type to unsigned long 2022-01-10 13:25:55 -05:00
ext4_extents.h
ext4_jbd2.c ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' 2022-01-10 13:25:55 -05:00
ext4_jbd2.h
extents.c ext4: drop an always true check 2022-01-10 13:25:56 -05:00
extents_status.c
extents_status.h
fast_commit.c ext4: remove redundant statement 2022-01-10 13:25:56 -05:00
fast_commit.h ext4: simplify updating of fast commit stats 2021-12-23 18:13:25 -05:00
file.c ext4: use ext4_journal_start/stop for fast commit transactions 2021-12-23 18:13:25 -05:00
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c
indirect.c
inline.c
inode-test.c
inode.c ext4: remove useless resetting io_end_size in mpage_process_page() 2022-01-10 13:25:55 -05:00
ioctl.c ext4: implement support for get/set fs label 2022-01-10 13:25:55 -05:00
Kconfig
Makefile
mballoc.c ext4: change s_last_trim_minblks type to unsigned long 2022-01-10 13:25:55 -05:00
mballoc.h
migrate.c
mmp.c
move_extent.c ext4: remove redundant o_start statement 2022-01-10 13:25:56 -05:00
namei.c
orphan.c
page-io.c
readpage.c
resize.c ext4: implement support for get/set fs label 2022-01-10 13:25:55 -05:00
super.c ext4: implement support for get/set fs label 2022-01-10 13:25:55 -05:00
symlink.c
sysfs.c ext4: allow to change s_last_trim_minblks via sysfs 2022-01-10 13:25:55 -05:00
truncate.h
verity.c
xattr.c
xattr.h
xattr_hurd.c
xattr_security.c
xattr_trusted.c
xattr_user.c