commit fb9fa9bd206f9379bba092bf2504f759c4a31751
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Mon Mar 26 16:33:03 2007 -0400
use seconds instead of jiffies for the cleanup thread, default to 30 secs
diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h
index 5f883ec..4976eb3 100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -61,7 +61,7 @@
#define ODF_DIRENT_MAGIC 0x0DFD1300
/* Reclaim thread timeout */
-#define ODF_CL_TIMEOUT 10000
+#define ODF_CL_TIMEOUT 30 /* seconds */
#define ODF_CL_PCNT_I 25 /* cleanup ic when % of free inodes goes below this
val */
#define ODF_CL_PCNT_B 30 /* cleanup ic when % of free blocks goes below this
val */
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs