[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: TRIM support for ext4



Floris Bos / Maxnet wrote:
> Hmm, and to make things more complicated.
> The RELEASE-NOTES that come with the e2fsprogs source say that the
> default is what you put in mke2fs.conf

That's for an older version.

int     discard = 1;    /* attempt to discard device before fs creation */
                } else if (!strcmp(token, "discard")) {
                        discard = 1;
                } else if (!strcmp(token, "nodiscard")) {
                        discard = 0;
        discard = get_bool_from_profile(fs_types, "discard" , discard);

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: