* [PATCH] common/rc: add ocfs2 supported timesptamp range
@ 2025-01-06 14:01 Su Yue
2025-01-06 16:39 ` David Disseldorp
0 siblings, 1 reply; 2+ messages in thread
From: Su Yue @ 2025-01-06 14:01 UTC (permalink / raw)
To: fstests; +Cc: ocfs2-devel, Su Yue
ocfs2 supports timestamp ranging from s64min to s64max.
Add it to _filesystem_timestamp_range then generic/402 runs.
Signed-off-by: Su Yue <glass.su@suse.com>
---
common/rc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/common/rc b/common/rc
index 7b5bc0b45047..3a38a7ad6196 100644
--- a/common/rc
+++ b/common/rc
@@ -2690,6 +2690,9 @@ _filesystem_timestamp_range()
echo "-1 -1"
fi
;;
+ ocfs2)
+ echo "$s64min $s64max"
+ ;;
*)
echo "-1 -1"
;;
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-06 16:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 14:01 [PATCH] common/rc: add ocfs2 supported timesptamp range Su Yue
2025-01-06 16:39 ` David Disseldorp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox