linux-stable/fs/ext4
Wang Sheng-Hui cbb4ee830e ext4: remove redundant offset check in mext_check_arguments()
In the check code above, if orig_start != donor_start, we would
return -EINVAL. So here, orig_start should be equal with donor_start.
Remove the redundant check here.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2012-09-27 08:00:01 -04:00
..
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4.h
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: remove unused function ext4_ext_check_cache 2012-09-26 21:09:06 -04:00
file.c
fsync.c
hash.c
ialloc.c ext4: check free inode count before allocating an inode 2012-09-23 23:16:03 -04:00
indirect.c
inode.c ext4: fix fdatasync() for files with only i_size changes 2012-09-26 21:52:20 -04:00
ioctl.c ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails 2012-09-26 22:58:50 -04:00
Kconfig
Makefile
mballoc.c ext4: enable FITRIM ioctl on bigalloc file system 2012-09-26 22:21:21 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c ext4: remove redundant offset check in mext_check_arguments() 2012-09-27 08:00:01 -04:00
namei.c ext4: always set i_op in ext4_mknod() 2012-09-26 21:24:57 -04:00
page-io.c
resize.c ext4: don't call update_backups() multiple times for the same bg 2012-09-26 00:08:57 -04:00
super.c ext4: don't clear orphan list on ro mount with errors 2012-09-26 23:30:12 -04:00
symlink.c
truncate.h
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c