]> Pileus Git - ~andy/linux/blobdiff - fs/f2fs/gc.h
f2fs: add a sysfs entry to control max_victim_search
[~andy/linux] / fs / f2fs / gc.h
index 507056d22205bc3887df8ae4c778261647620d6a..5d5eb6047bf467a4c27fba131acdf7ffbff4ab20 100644 (file)
@@ -20,7 +20,7 @@
 #define LIMIT_FREE_BLOCK       40 /* percentage over invalid + free space */
 
 /* Search max. number of dirty segments to select a victim segment */
-#define MAX_VICTIM_SEARCH 4096 /* covers 8GB */
+#define DEF_MAX_VICTIM_SEARCH 4096 /* covers 8GB */
 
 struct f2fs_gc_kthread {
        struct task_struct *f2fs_gc_task;