f2fs: Change default mount options
authorDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 14 Apr 2021 02:52:25 +0000 (11:52 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:14 +0000 (17:46 +0900)
commitd66fa7466752e934375d51b08a6a9780f8a22dfa
treea5c5ee3f3f7277c644135f45e0dec01679f966c5
parentb37d927a201d3aab95fdadc0fd16739f94c36f9c
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