Skip to content

Commit ba1301f

Browse files
committed
deepin: fs: default runtime disable read-only filesystem errors
deepin inclusion category: feature Wait for userland program to enable the feature, unless kernel will do something useless. Link:deepin-community#1157 Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 4ac6462 commit ba1301f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/deepin_err_notify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ enum {
5454
static bool deepin_err_notify_initialized __read_mostly;
5555

5656
/* Runtime control variable for deepin error notification */
57-
static int deepin_err_notify_enable __read_mostly = 1;
57+
static int deepin_err_notify_enable __read_mostly = 0;
5858

5959
int deepin_err_notify_enabled(void)
6060
{

0 commit comments

Comments
 (0)