Re: [PATCH] ext4: do not try to set xattr into ea_inode if value is empty
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-03-11 15:51:09
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-03-11 15:51:09
On Thu, Mar 11, 2021 at 10:47:40AM -0500, Theodore Ts'o wrote:
On Fri, Mar 05, 2021 at 08:05:08PM +0800, zhangyi (F) wrote:quoted
Syzbot report a warning that ext4 may create an empty ea_inode if set an empty extent attribute to a file on the file system which is no free blocks left.I'll apply this, but can you tell us which syzbot warning this addresses so we can mark the commit appropriately?
Never mind, I missed the Reported-by: which identified the syzbot report.
- Ted