ACK: [SRU][Xenial][PATCH 0/1] Fix for ext2 build failure

Kamal Mostafa kamal at canonical.com
Fri May 22 21:17:00 UTC 2020


LGTM.

Acked-by: Kamal Mostafa <kamal at canonical.com>

 -Kamal
On Fri, May 22, 2020 at 04:15:51PM -0500, Ian May wrote:
> BugLink: https://bugs.launchpad.net/bugs/1880213
> 
> [Impact]
> Build failure when building ext2
> 
> fs/ext2/xattr.c:828:18: error: 'ext2_xattr_cache' undeclared (first use in this function)
>      atomic_read(&ext2_xattr_cache->c_entry_count));
> 
> [Fix]
> The fix is upstream commit 32302085a8d90859c40cf1a5e8313f575d06ec75 "ext2: fix debug reference to ext2_xattr_cache"
> 
> [Test case]
> Enable CONFIG_EXT2_FS and build kernel
> 
> [Regression potential]
> Low, fix is changing the contents of a print to a string literal.
> 
> Jan Kara (1):
>   ext2: fix debug reference to ext2_xattr_cache
> 
>  fs/ext2/xattr.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> -- 
> 2.25.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team



More information about the kernel-team mailing list