[GIT PULL] UBIFS fixes for 4.19-rc4
From: Richard Weinberger
Date: Fri Sep 21 2018 - 05:33:20 EST
Greg,
The following changes since commit ae596de1a0c8c2c924dc99d23c026259372ab234:
Compiler Attributes: naked can be shared (2018-09-20 15:23:58 +0200)
are available in the Git repository at:
git://git.infradead.org/linux-ubifs.git tags/upstream-4.19-rc4
for you to fetch changes up to f061c1cc404a618858a77aea233fde0aeaad2f2d:
Revert "ubifs: xattr: Don't operate on deleted inodes" (2018-09-20 21:37:41 +0200)
----------------------------------------------------------------
This pull request contains fixes for UBIFS:
- A wrong UBIFS assertion in mount code
- Fix for a NULL pointer deref in mount code
- Revert of a bad fix for xattrs
----------------------------------------------------------------
Richard Weinberger (2):
ubifs: Check for name being NULL while mounting
Revert "ubifs: xattr: Don't operate on deleted inodes"
Sascha Hauer (1):
ubifs: drop false positive assertion
fs/ubifs/super.c | 7 ++++++-
fs/ubifs/xattr.c | 24 ------------------------
2 files changed, 6 insertions(+), 25 deletions(-)