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@xxxxxxxxxx> --- common/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/rc b/common/rc index 75ca6324..45781619 100644 --- a/common/rc +++ b/common/rc @@ -3955,6 +3955,9 @@ _label_get_max() btrfs) echo 255 ;; + f2fs) + echo 255 + ;; *) _notrun "$FSTYP does not define maximum label length" ;; -- 2.18.0.rc1