Skip to content

Commit 23e188a

Browse files
MiaoheLinaxboe
authored andcommitted
writeback: remove obsolete macro EXPIRE_DIRTY_ATIME
EXPIRE_DIRTY_ATIME is not used anymore. Remove it. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20221210101042.2012931-1-linmiaohe@huawei.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent a9438b4 commit 23e188a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/fs-writeback.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,8 +1358,6 @@ static bool inode_dirtied_after(struct inode *inode, unsigned long t)
13581358
return ret;
13591359
}
13601360

1361-
#define EXPIRE_DIRTY_ATIME 0x0001
1362-
13631361
/*
13641362
* Move expired (dirtied before dirtied_before) dirty inodes from
13651363
* @delaying_queue to @dispatch_queue.

0 commit comments

Comments
 (0)