mbox series

[GIT,PULL] zonefs fixes for 5.6-rc4

Message ID 20200228080550.229277-1-damien.lemoal@wdc.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] zonefs fixes for 5.6-rc4 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.6-rc4

Message

Damien Le Moal Feb. 28, 2020, 8:05 a.m. UTC
Linus,

The following changes since commit 4c5fd3b791a06021084b42d5610400f846d206b5:

  zonefs: fix documentation typos etc. (2020-02-21 18:09:26 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.6-rc4

for you to fetch changes up to 0dda2ddb7ded1395189e95d43106469687c07795:

  zonefs: select FS_IOMAP (2020-02-26 16:58:15 +0900)

----------------------------------------------------------------
zonefs fixes for 5.6-rc4

Two fixes in this pull request:
* Revert the initial decision to silently ignore IOCB_NOWAIT for
  asynchronous direct IOs to sequential zone files. Instead, return an
  error to the user to signal that the feature is not supported (from
  Christoph)
* A fix to zonefs Kconfig to select FS_IOMAP to avoid build failures if
  no other file system already selected this option (from Johannes).

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>

----------------------------------------------------------------
Christoph Hellwig (1):
      zonefs: fix IOCB_NOWAIT handling

Johannes Thumshirn (1):
      zonefs: select FS_IOMAP

 fs/zonefs/Kconfig | 1 +
 fs/zonefs/super.c | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 28, 2020, 5:15 p.m. UTC | #1
The pull request you sent on Fri, 28 Feb 2020 17:05:50 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.6-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bfeb4f9977348daaaf7283ff365d81f7ee95940a

Thank you!