Home | History | Annotate | Download | only in m_quota
      1 DESCRIPTION="enable quota feature on mkfs"
      2 FS_SIZE=131072
      3 MKE2FS_OPTS="-O quota"
      4 if [ "$QUOTA" != "y" ]; then
      5 	echo "$test_name: $DESCRIPTION: skipped"
      6 	return 0
      7 fi
      8 . $cmd_dir/run_mke2fs
      9