Whamcloud - gitweb
quota: remove mke2fs's and tune2fs's warning messages regarding quota
[tools/e2fsprogs.git] / misc / mke2fs.c
index e1fd40e..9c4b0b2 100644 (file)
@@ -2162,13 +2162,6 @@ profile_error:
                                  "See https://ext4.wiki.kernel.org/"
                                  "index.php/Bigalloc for more information\n\n"));
 
-       if (!quiet &&
-           (fs_param.s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_QUOTA))
-               fprintf(stderr, "%s", _("\nWarning: the quota feature is "
-                                 "still under development\n"
-                                 "See https://ext4.wiki.kernel.org/"
-                                 "index.php/Quota for more information\n\n"));
-
        /* Since sparse_super is the default, we would only have a problem
         * here if it was explicitly disabled.
         */