[PATCH] common/rc: add ocfs2 supported timesptamp range

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



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@xxxxxxxx>
---
 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





[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux