Displaying 1 result from an estimated 1 matches for "opt_zerofree".
2006 Apr 02
1
Zeroing freed blocks
...-02 09:21:52.000000000 +0100
@@ -289,7 +289,7 @@ enum {
Opt_err_ro, Opt_nouid32, Opt_nocheck, Opt_debug,
Opt_oldalloc, Opt_orlov, Opt_nobh, Opt_user_xattr, Opt_nouser_xattr,
Opt_acl, Opt_noacl, Opt_xip, Opt_ignore, Opt_err, Opt_quota,
- Opt_usrquota, Opt_grpquota
+ Opt_usrquota, Opt_grpquota, Opt_zerofree
};
static match_table_t tokens = {
@@ -312,6 +312,7 @@ static match_table_t tokens = {
{Opt_oldalloc, "oldalloc"},
{Opt_orlov, "orlov"},
{Opt_nobh, "nobh"},
+ {Opt_zerofree, "zerofree"},
{Opt_user_xattr, "user_xattr"},
{Opt_nouser_xatt...