mbox series

[GIT,PULL] ext4 fix for 5.0-rc7

Message ID 20190212043324.GA15822@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 fix for 5.0-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

Message

Theodore Ts'o Feb. 12, 2019, 4:33 a.m. UTC
The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

  Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to 8fdd60f2ae3682caf2a7258626abc21eb4711892:

  Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal" (2019-01-31 23:41:11 -0500)

----------------------------------------------------------------
Revert a commit which landed in v5.0-rc1 since it makes fsync in ext4
nojournal mode unsafe.

----------------------------------------------------------------
Theodore Ts'o (1):
      Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"

 fs/ext4/fsync.c | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 12, 2019, 9:45 p.m. UTC | #1
The pull request you sent on Mon, 11 Feb 2019 23:33:24 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

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

Thank you!