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(-) -- Jens Axboe