fs: Disable fsync by default
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
248a47bf83
commit
68da00ea53
|
@ -18,7 +18,7 @@
|
||||||
#include <linux/backing-dev.h>
|
#include <linux/backing-dev.h>
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
bool fsync_enabled = true;
|
bool fsync_enabled = false;
|
||||||
module_param(fsync_enabled, bool, 0644);
|
module_param(fsync_enabled, bool, 0644);
|
||||||
|
|
||||||
#define VALID_FLAGS (SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE| \
|
#define VALID_FLAGS (SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE| \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user