Commit 23e188a1 authored by Miaohe Lin's avatar Miaohe Lin Committed by Jens Axboe
Browse files

writeback: remove obsolete macro EXPIRE_DIRTY_ATIME



EXPIRE_DIRTY_ATIME is not used anymore. Remove it.

Signed-off-by: default avatarMiaohe Lin <linmiaohe@huawei.com>
Reviewed-by: default avatarJan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20221210101042.2012931-1-linmiaohe@huawei.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a9438b44
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1358,8 +1358,6 @@ static bool inode_dirtied_after(struct inode *inode, unsigned long t)
	return ret;
}

#define EXPIRE_DIRTY_ATIME 0x0001

/*
 * Move expired (dirtied before dirtied_before) dirty inodes from
 * @delaying_queue to @dispatch_queue.