mbox series

[GIT,PULL] Writeback fixes for 6.2-rc1

Message ID 7d6731de-b583-9552-24e3-601fbdae6a1b@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Writeback fixes for 6.2-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/for-6.2/writeback-2022-12-12

Message

Jens Axboe Dec. 15, 2022, 11:30 p.m. UTC
Hi Linus,

Let's try this again, now correctly labeled for 6.2-rc1 and with an
improved commit message for Jan's patch.

Here are a few writeback fixes that should go into this release, in
particular:

- Sanity check adding freed inodes to lists (Jan)

- Removal of an old unused define (Miaohe)

Please pull!


The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/for-6.2/writeback-2022-12-12

for you to fetch changes up to 23e188a16423a6e65290abf39dd427ff047e6843:

  writeback: remove obsolete macro EXPIRE_DIRTY_ATIME (2022-12-12 13:08:42 -0700)

----------------------------------------------------------------
for-6.2/writeback-2022-12-12

----------------------------------------------------------------
Jan Kara (1):
      writeback: Add asserts for adding freed inode to lists

Miaohe Lin (1):
      writeback: remove obsolete macro EXPIRE_DIRTY_ATIME

 fs/fs-writeback.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 16, 2022, 2:16 a.m. UTC | #1
The pull request you sent on Thu, 15 Dec 2022 16:30:46 -0700:

> git://git.kernel.dk/linux.git tags/for-6.2/writeback-2022-12-12

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

Thank you!