linux-stable/fs/ext4
Adam Borowski 037e7c525d ext4: drop an always true check
EXT_FIRST_INDEX(ptr) is ptr+12, which can't possibly be null; gcc-12
warns about this.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Link: https://lore.kernel.org/r/20211115172020.57853-1-kilobyte@angband.pl
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: 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 ext4: remove extent cache entries when truncating inline data 2021-09-09 10:52:05 -04:00
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