ACK: [SRU][Xenial][PATCH 0/1] Fix for ext2 build failure
Kleber Souza
kleber.souza at canonical.com
Mon May 25 08:21:04 UTC 2020
On 2020-05-22 23:15, 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(-)
>
Good catch, thanks for the fix.
Acked-by: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
More information about the kernel-team
mailing list