linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] writeback: remove obsolete macro EXPIRE_DIRTY_ATIME
@ 2022-09-05 10:14 Miaohe Lin
  0 siblings, 0 replies; 5+ messages in thread
From: Miaohe Lin @ 2022-09-05 10:14 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, linmiaohe

It's not used now. Remove it.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
---
 fs/fs-writeback.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 08a1993ab7fd..b91284cc39c5 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -1345,8 +1345,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.
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] writeback: remove obsolete macro EXPIRE_DIRTY_ATIME
@ 2022-12-10 10:10 Miaohe Lin
  2022-12-12 13:37 ` Jan Kara
  2022-12-12 20:08 ` Jens Axboe
  0 siblings, 2 replies; 5+ messages in thread
From: Miaohe Lin @ 2022-12-10 10:10 UTC (permalink / raw)
  To: viro, tytso, jack, axboe; +Cc: linux-fsdevel, linux-kernel, linmiaohe

EXPIRE_DIRTY_ATIME is not used anymore. Remove it.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
---
 fs/fs-writeback.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 9958d4020771..6bad645ac36f 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -1345,8 +1345,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.
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-13  2:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 10:14 [PATCH] writeback: remove obsolete macro EXPIRE_DIRTY_ATIME Miaohe Lin
2022-12-10 10:10 Miaohe Lin
2022-12-12 13:37 ` Jan Kara
2022-12-12 20:08 ` Jens Axboe
2022-12-13  2:09   ` Miaohe Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).