[GIT PULL] pstore update for v5.5-rc1

From: Kees Cook
Date: Tue Nov 26 2019 - 11:29:07 EST


Hi Linus,

Please pull this tiny pstore update for v5.5-rc1. It contains a single
fix for a missing "static". :)

Thanks!

-Kees

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.5-rc1

for you to fetch changes up to 8d82cee2f8aa8b9bc806907ecd9e1494c6e8526b:

pstore: Make pstore_choose_compression() static (2019-10-29 09:43:03 -0700)

----------------------------------------------------------------
pstore bug fix

- add missing "static" (Ben Dooks)

----------------------------------------------------------------
Ben Dooks (Codethink) (1):
pstore: Make pstore_choose_compression() static

fs/pstore/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--
Kees Cook