forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/fs/xfs/xfs_sysctl.h
....@@ -82,9 +82,13 @@
8282 extern xfs_param_t xfs_params;
8383
8484 struct xfs_globals {
85
+#ifdef DEBUG
86
+ int pwork_threads; /* parallel workqueue threads */
87
+#endif
8588 int log_recovery_delay; /* log recovery delay (secs) */
8689 int mount_delay; /* mount setup delay (secs) */
8790 bool bug_on_assert; /* BUG() the kernel on assert failure */
91
+ bool always_cow; /* use COW fork for all overwrites */
8892 };
8993 extern struct xfs_globals xfs_globals;
9094