lkml.org 
[lkml]   [2019]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] ubifs: Add support for zstd compression.
Emil,

----- Ursprüngliche Mail -----
> In fs/ubifs/sb.c we have
>
> static int get_default_compressor(struct ubifs_info *c)
> {
> if (ubifs_compr_present(c, UBIFS_COMPR_LZO))
> return UBIFS_COMPR_LZO;
>
> if (ubifs_compr_present(c, UBIFS_COMPR_ZLIB))
> return UBIFS_COMPR_ZLIB;
>
> return UBIFS_COMPR_NONE;
> }
>
> Maybe add an entry for zstd here as well?

Where would you add it? If we add it after UBIFS_COMPR_ZLIB,
it will effectively never get selected, unless someone builds a kernel
without lzo and zlib but zstd.
If we add it before UBIFS_COMPR_ZLIB, it will be used always and users
end up with unreadable files if they reboot to an older kernel.
Please note that we didn't raise the UBIFS format version for zstd.

So I'm not sure what is the best choice for the default filesystem.

Thanks,
//richard

\
 
 \ /
  Last update: 2019-06-07 22:10    [W:0.104 / U:0.704 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site