lkml.org 
[lkml]   [2022]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 3/6] ext4: remove unnessary size check in ext4_xattr_inode_get()
Date
From: Ye Bin <yebin10@huawei.com>

As previous patch add check in ext4_xattr_check_entries(), before call
ext4_xattr_inode_get() will already do xattr entries check.

Signed-off-by: Ye Bin <yebin10@huawei.com>
---
fs/ext4/xattr.c | 8 --------
1 file changed, 8 deletions(-)

diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c
index eed001eee3ec..75287422c36c 100644
--- a/fs/ext4/xattr.c
+++ b/fs/ext4/xattr.c
@@ -525,14 +525,6 @@ ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry,
goto out;
}

- if (i_size_read(ea_inode) != size) {
- ext4_warning_inode(ea_inode,
- "ea_inode file size=%llu entry size=%zu",
- i_size_read(ea_inode), size);
- err = -EFSCORRUPTED;
- goto out;
- }
-
err = ext4_xattr_inode_read(ea_inode, buffer, size);
if (err)
goto out;
--
2.31.1
\
 
 \ /
  Last update: 2022-12-07 08:20    [W:0.140 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site