]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'netfs-lib-fixes-20200525' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 May 2021 17:31:49 +0000 (07:31 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 May 2021 17:31:49 +0000 (07:31 -1000)
commit2bf3dd8308680f052e713be25e6f6e6cb24b0e8e
treededc014313f3da1c24f15761eabf857e65cac62b
parentc1ce1f945114d6d445896e1eb9f5c9b08d5d4a26
parent40c78b1c8377871c053ef066a72e28b9af86d167
Merge tag 'netfs-lib-fixes-20200525' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

Pull netfs fixes from David Howells:
 "A couple of fixes to the new netfs lib:

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

   - Automatically enable in Kconfig netfs lib rather than presenting an
     option for manual enablement"

* tag 'netfs-lib-fixes-20200525' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
  netfs: Pass flags through to grab_cache_page_write_begin()