[PATCH 0/4][RFC] remove duplicated check from ext4, xfs, btrfs, and ocfs2
Zheng Liu
gnehzuil.liu at gmail.com
Tue Nov 20 03:29:41 CST 2012
Hi all,
This patch series tries to remove a sanity check in fallocate from specific
filesystems because vfs has already checked it.
I am not very familiar with why we need to do this duplicated check. Please let
me know if I miss something.
Regards,
- Zheng
---
Zheng Liu(4):
ext4: remove dupoicated check from ext4_fallocate
xfs: remove duplicated check from xfs_file_fallocate
btrfs: remove duplicated check from btrfs_fallocate
ocfs2: remove duplicated check from ocfs2_fallocate
fs/btrfs/file.c | 4 ----
fs/ext4/extents.c | 4 ----
fs/ocfs2/file.c | 2 --
fs/xfs/xfs_file.c | 3 ---
4 files changed, 13 deletions(-)
More information about the xfs
mailing list