]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
common/rc: add ocfs2 supported timesptamp range
authorSu Yue <glass.su@suse.com>
Mon, 6 Jan 2025 14:01:18 +0000 (22:01 +0800)
committerZorro Lang <zlang@kernel.org>
Sun, 12 Jan 2025 04:20:17 +0000 (12:20 +0800)
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>
Reviewed-by: David Disseldorp <ddiss@suse.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/rc

index ecac2de871490bf4d578638e749bd887dd863529..c5421c9454fa625b673aec99bb99f312eef28273 100644 (file)
--- a/common/rc
+++ b/common/rc
@@ -2693,6 +2693,9 @@ _filesystem_timestamp_range()
                        echo "-1 -1"
                fi
                ;;
+       ocfs2)
+               echo "$s64min $s64max"
+               ;;
        *)
                echo "-1 -1"
                ;;