Skip to content

Commit 88eab0e

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:#1157 Signed-off-by: Wentao Guan <[email protected]>
1 parent 4ac6462 commit 88eab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)