[GIT PULL] erofs fixes for 5.5-rc2

From: Gao Xiang
Date: Wed Dec 11 2019 - 12:10:18 EST


Hi Linus,

Could you consider these fixes for this 5.5 round?

Mainly address a regression reported by David recently observed
together with overlayfs due to the improper return value of listxattr()
without xattr. Update outdated expressions in document as well.

Thanks,
Gao Xiang

The following changes since commit 219d54332a09e8d8741c1e1982f5eae56099de85:

Linux 5.4 (2019-11-24 16:32:01 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.5-rc2-fixes

for you to fetch changes up to ffafde478309af01b2a495ecaf203125abfb35bd:

erofs: update documentation (2019-12-08 21:37:01 +0800)

----------------------------------------------------------------
Changes since last update:

- Fix improper return value of listxattr() with no xattr;

- Keep up documentation with latest code.

----------------------------------------------------------------
Gao Xiang (2):
erofs: zero out when listxattr is called with no xattr
erofs: update documentation

Documentation/filesystems/erofs.txt | 27 ++++++++++++++-------------
fs/erofs/xattr.c | 2 ++
2 files changed, 16 insertions(+), 13 deletions(-)