[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1602820552-4082-8-git-send-email-brookxu@tencent.com>
Date: Fri, 16 Oct 2020 11:55:52 +0800
From: Chunguang Xu <brookxu.cn@...il.com>
To: tytso@....edu, adilger.kernel@...ger.ca
Cc: linux-ext4@...r.kernel.org
Subject: [PATCH 8/8] ext4: delete invalid code inside ext4_xattr_block_set()
From: Chunguang Xu <brookxu@...cent.com>
Delete invalid code inside ext4_xattr_block_set().
Signed-off-by: Chunguang Xu <brookxu@...cent.com>
---
fs/ext4/xattr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c
index cba4b87..56728f3 100644
--- a/fs/ext4/xattr.c
+++ b/fs/ext4/xattr.c
@@ -1927,7 +1927,6 @@ struct ext4_xattr_block_find {
} else {
/* Allocate a buffer where we construct the new block. */
s->base = kzalloc(sb->s_blocksize, GFP_NOFS);
- /* assert(header == s->base) */
error = -ENOMEM;
if (s->base == NULL)
goto cleanup;
--
1.8.3.1
Powered by blists - more mailing lists