Whamcloud - gitweb
b=23175 disable lockless truncate
authorjohann <johann@sun.com>
Wed, 7 Jul 2010 17:20:50 +0000 (19:20 +0200)
committerjohann <johann@granier.local>
Wed, 7 Jul 2010 17:20:50 +0000 (19:20 +0200)
lockless truncate is suspected to cause bug 23175. Disable it by
default for now to see if the problem happens again.

lustre/llite/llite_internal.h

index 6e6490d..fecaac5 100644 (file)
@@ -307,7 +307,7 @@ enum stats_track_type {
 /* default value for ll_sb_info->contention_time */
 #define SBI_DEFAULT_CONTENTION_SECONDS     60
 /* default value for lockless_truncate_enable */
-#define SBI_DEFAULT_LOCKLESS_TRUNCATE_ENABLE 1
+#define SBI_DEFAULT_LOCKLESS_TRUNCATE_ENABLE 0 /* see bug 23175 */
 /* default value for ll_direct_io_default */
 #define SBI_DEFAULT_DIRECT_IO_DEFAULT 0