diff options
author | Miaohe Lin <[email protected]> | 2022-12-10 18:10:42 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-12-12 13:08:42 -0700 |
commit | 23e188a16423a6e65290abf39dd427ff047e6843 (patch) | |
tree | 22352baaf225784cb63153d4b6a539000b2b4a4b | |
parent | a9438b44bc7015b18931e312bbd249a25bb59a65 (diff) |
writeback: remove obsolete macro EXPIRE_DIRTY_ATIME
EXPIRE_DIRTY_ATIME is not used anymore. Remove it.
Signed-off-by: Miaohe Lin <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 6cd172c4cb3e..6c113585e782 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c @@ -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. |