On 06/22, Pavel Machek wrote: > Hi! > > > Since the IMMUTABLE flag for compression is now changed > > to F2FS_COMPRESS_RELEASED, some 'IMMUTABLE' words should be changed too: > > 1. sload help page > > 2. inline comments > > > > Signed-off-by: Robin Hsu <[email protected]> > > > @@ -650,7 +651,7 @@ void f2fs_parse_options(int argc, char *argv[]) > > } > > c.compress.min_blocks = val; > > break; > > - case 'r': /* compress file to set IMMUTABLE */ > > + case 'r': /* for setting F2FS_COMOPRESS_RELEASE */ > > Typo.
Ah, fixed. Thank you~ > > Best regards, > Pavel > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) > http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
