f2fs: Change default mount options 48/256848/1 submit/tizen/20210416.022438
authorDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 14 Apr 2021 02:52:25 +0000 (11:52 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 14 Apr 2021 02:52:25 +0000 (11:52 +0900)
commitbb3b5ab942590b5fe033bedb62bfbe1d42aa2204
tree743e93f75474259ecfb5c9675242f2ea632e58ec
parent400182c6489f6842df2657e218f7b790ab297d2b
f2fs: Change default mount options

As adjusting mount options for increasing performance and reducing data
move due to bggc, this changes default mount options about fsync mode
and bggc algorithm as below:
fsync_mode: from 'posix' to 'nobarrier'
bggc_algorithm: from 'default' to 'atgc'

Change-Id: I124ced2ef824832df280de74120612dc72167b36
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
fs/f2fs/super.c