[GIT PULL] netfs: Fixes

From: David Howells
Date: Tue May 25 2021 - 09:01:22 EST



Hi Linus,

If you could pull this, there are a couple of fixes to the new netfs lib in
it:

(1) Pass the AOP flags through from netfs_write_begin() into
grab_cache_page_write_begin().

(2) Automatically enable in Kconfig netfs lib rather than presenting an
option for manual enablement.

David
---
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/netfs-lib-fixes-20200525

for you to fetch changes up to b71c791254ff5e78a124c8949585dccd9e225e06:

netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual (2021-05-25 13:48:04 +0100)

----------------------------------------------------------------
netfslib fixes

----------------------------------------------------------------
David Howells (2):
netfs: Pass flags through to grab_cache_page_write_begin()
netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual

fs/netfs/Kconfig | 2 +-
fs/netfs/read_helper.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)