]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-mmap.c
- buck2obj_alloc() initially allocates no buffers
[libucw.git] / lib / fb-mmap.c
index f4f901840ced7a5cf205518149c4c10797215eef..bbd3a11eacc6e1017bed271b867f933160feefa9 100644 (file)
@@ -161,7 +161,7 @@ bfmm_config(struct fastbuf *f, uns item, int value)
       FB_MMAP(f)->is_temp_file = value;
       return 0;
     case BCONFIG_CAN_OVERWRITE:
-      return 0;
+      return 0;                                /* cannot use 1, because the pages would become dirty */
     default:
       return -1;
     }