[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-202897-13602-4vmrGirSfj@https.bugzilla.kernel.org/>
Date: Thu, 21 Mar 2019 00:40:48 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 202897] BUG: unable to handle kernel paging request at
__memmove
https://bugzilla.kernel.org/show_bug.cgi?id=202897
--- Comment #5 from phoonchiang (389387252@...com) ---
it is likely that this patch is more fitable than the last one:
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c
index 86ed9c6..d7fe353 100644
--- a/fs/ext4/xattr.c
+++ b/fs/ext4/xattr.c
@@ -1695,7 +1695,7 @@ static int ext4_xattr_set_entry(struct ext4_xattr_info
*i,
/* No failures allowed past this point. */
- if (!s->not_found && here->e_value_size && here->e_value_offs) {
+ if (old_size && here->e_value_size && here->e_value_offs) {
/* Remove the old value. */
void *first_val = s->base + min_offs;
size_t offs = le16_to_cpu(here->e_value_offs);
--
You are receiving this mail because:
You are watching the assignee of the bug.
Powered by blists - more mailing lists