common/rc: set max label length for f2fs

f2fs can support FS_IOC_{GET,SET}FSLABEL now, set max label length
to enable generic/492 testcase for f2fs.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Chao Yu
2019-07-18 17:11:54 +08:00
committed by Eryu Guan
parent 968c531cbe
commit 3bfeb4d53f
+3
View File
@@ -3941,6 +3941,9 @@ _label_get_max()
btrfs)
echo 255
;;
f2fs)
echo 255
;;
*)
_notrun "$FSTYP does not define maximum label length"
;;