]> Git Repo - J-linux.git/commitdiff
writeback: remove obsolete macro EXPIRE_DIRTY_ATIME
authorMiaohe Lin <[email protected]>
Sat, 10 Dec 2022 10:10:42 +0000 (18:10 +0800)
committerJens Axboe <[email protected]>
Mon, 12 Dec 2022 20:08:42 +0000 (13:08 -0700)
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]>
fs/fs-writeback.c

index 6cd172c4cb3e2c278c6afbeb8e64dd338a6c4052..6c113585e7824bd45d2eaa4a11347b60ef1a0506 100644 (file)
@@ -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.
This page took 0.05341 seconds and 4 git commands to generate.