FS/XFS testing framework
 help / color / mirror / Atom feed
From: Su Yue <glass.su@suse.com>
To: fstests@vger.kernel.org
Cc: ocfs2-devel@lists.linux.dev, Su Yue <glass.su@suse.com>
Subject: [PATCH] common/rc: add ocfs2 supported timesptamp range
Date: Mon,  6 Jan 2025 22:01:18 +0800	[thread overview]
Message-ID: <20250106140118.91905-1-glass.su@suse.com> (raw)

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


             reply	other threads:[~2025-01-06 14:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06 14:01 Su Yue [this message]
2025-01-06 16:39 ` [PATCH] common/rc: add ocfs2 supported timesptamp range David Disseldorp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250106140118.91905-1-glass.su@suse.com \
    --to=glass.su@suse.com \
    --cc=fstests@vger.kernel.org \
    --cc=ocfs2-devel@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox