linux-stable/fs/ext4
luo penghao a660be97eb ext4: remove redundant statement
The local variable assignment at the end of the function is meaningless.

The clang_analyzer complains as follows:

fs/ext4/fast_commit.c:779:2 warning:

Value stored to 'dst' 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/20211104063406.2747-1-luo.penghao@zte.com
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: fix potential infinite loop in ext4_dx_readdir() 2021-10-01 00:05:09 -04:00
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: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE 2022-01-10 13:25:44 -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
namei.c ext4: fix boolreturn.cocci warnings in fs/ext4/name.c 2021-11-04 10:33:25 -04:00
orphan.c
page-io.c ext4: convert from atomic_t to refcount_t on ext4_io_end->count 2021-11-04 10:33:24 -04:00
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