* [patch 4/6] reiser4progs: mkfs: Enable intelligent compression by default
@ 2013-05-03 20:39 Edward Shishkin
0 siblings, 0 replies; only message in thread
From: Edward Shishkin @ 2013-05-03 20:39 UTC (permalink / raw)
To: ReiserFS Development mailing list
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: reiser4progs-mkfs-enable-intelligent-compression-by-default.patch --]
[-- Type: text/x-patch, Size: 697 bytes --]
Enable intelligent compression with lzo1 algorithm by default
(create=ccreg40,compress=lzo1,compressMode=conv).
Signed-off-by: Edward Shishkin <edward.shishkin@gmail.com>
---
libreiser4/profile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- reiser4progs-1.0.7.orig/libreiser4/profile.c
+++ reiser4progs-1.0.7/libreiser4/profile.c
@@ -73,7 +73,7 @@ reiser4_profile_t defprof = {
.hidden = 0,
.max = OBJECT_LAST_ID,
#endif
- .id = {OBJECT_REG40_ID, REG_OBJECT, OBJECT_PLUG_TYPE},
+ .id = {OBJECT_CCREG40_ID, REG_OBJECT, OBJECT_PLUG_TYPE},
},
[PROF_FORMAT] = {
#ifndef ENABLE_MINIMAL
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-03 20:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 20:39 [patch 4/6] reiser4progs: mkfs: Enable intelligent compression by default Edward Shishkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).