[GIT PULL] UBIFS/JFFS2 fixes for 5.3-rc6

From: Richard Weinberger
Date: Sun Aug 25 2019 - 10:02:10 EST


Linus,

The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:

Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.3-rc6

for you to fetch changes up to 0af83abbd4a6e36a4b209d8c57c26143e40eeec1:

ubifs: Limit the number of pages in shrink_liability (2019-08-22 17:25:33 +0200)

----------------------------------------------------------------
This pull request contains the following fixes for UBIFS and JFFS2:

UBIFS:

- Don't block too long in writeback_inodes_sb()
- Fix for a possible overrun of the log head
- Fix double unlock in orphan_delete()

JFFS2:

- Remove C++ style from UAPI header and unbreak picky toolchains

----------------------------------------------------------------
Liu Song (1):
ubifs: Limit the number of pages in shrink_liability

Masahiro Yamada (1):
jffs2: Remove C++ style comments from uapi header

Richard Weinberger (2):
ubifs: Fix double unlock around orphan_delete()
ubifs: Correctly initialize c->min_log_bytes

fs/ubifs/budget.c | 2 +-
fs/ubifs/orphan.c | 2 --
fs/ubifs/super.c | 4 ++++
include/uapi/linux/jffs2.h | 5 -----
4 files changed, 5 insertions(+), 8 deletions(-)