linux/fs/ext4
Colin Ian King 7a14826ede ext4: set error return correctly when ext4_htree_store_dirent fails
Currently when the call to ext4_htree_store_dirent fails the error return
variable 'ret' is is not being set to the error code and variable count is
instead, hence the error code is not being returned.  Fix this by assigning
ret to the error return code.

Addresses-Coverity: ("Unused value")
Fixes: 8af0f08227 ("ext4: fix readdir error in the case of inline_data+dir_index")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-08-12 14:29:38 -04:00
..
acl.c
acl.h
balloc.c ext4: clean up kerneldoc warnigns when building with W=1 2019-06-19 16:30:03 -04:00
bitmap.c
block_validity.c
dir.c ext4: rename "dirent_csum" functions to use "dirblock" 2019-06-21 15:49:26 -04:00
ext4.h ext4: drop legacy pre-1970 encoding workaround 2019-08-12 13:44:49 -04:00
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h ext4: use jbd2_inode dirty range scoping 2019-06-20 17:26:26 -04:00
extents.c ext4: add new ioctl EXT4_IOC_GET_ES_CACHE 2019-08-11 16:32:41 -04:00
extents_status.c ext4: add new ioctl EXT4_IOC_GET_ES_CACHE 2019-08-11 16:32:41 -04:00
extents_status.h ext4: add new ioctl EXT4_IOC_GET_ES_CACHE 2019-08-11 16:32:41 -04:00
file.c ext4: remove unnecessary error check 2019-08-11 16:28:41 -04:00
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c
indirect.c ext4: clean up kerneldoc warnigns when building with W=1 2019-06-19 16:30:03 -04:00
inline.c ext4: set error return correctly when ext4_htree_store_dirent fails 2019-08-12 14:29:38 -04:00
inode.c ext4: add new ioctl EXT4_IOC_GET_ES_CACHE 2019-08-11 16:32:41 -04:00
ioctl.c ext4: add new ioctl EXT4_IOC_GET_ES_CACHE 2019-08-11 16:32:41 -04:00
Kconfig
Makefile
mballoc.c ext4: clean up kerneldoc warnigns when building with W=1 2019-06-19 16:30:03 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c ext4: use jbd2_inode dirty range scoping 2019-06-20 17:26:26 -04:00
namei.c ext4: fix coverity warning on error path of filename setup 2019-07-02 17:56:12 -04:00
page-io.c for-linus-20190715 2019-07-15 21:20:52 -07:00
readpage.c
resize.c
super.c
symlink.c
sysfs.c ext4: replace ktype default_attrs with default_groups 2019-07-02 17:38:55 -04:00
truncate.h
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c