mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
ANDROID: gki_config: enable F2FS_UNFAIR_RWSEM
Let's try this to avoid lock contention, until we find a better solution. Bug: 216636351 Bug: 248993649 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> (cherry picked from commit ed0dec098e2c5f92d2578dd25cee57c1cddb499d) Change-Id: If5bac90af38e7151952c8b842b89449fa584a537
This commit is contained in:
parent
3e9d5f02f0
commit
70723dd2ed
|
|
@ -553,6 +553,7 @@ CONFIG_EXT4_FS_SECURITY=y
|
|||
CONFIG_F2FS_FS=y
|
||||
CONFIG_F2FS_FS_SECURITY=y
|
||||
CONFIG_F2FS_FS_COMPRESSION=y
|
||||
CONFIG_F2FS_UNFAIR_RWSEM=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
CONFIG_FS_VERITY=y
|
||||
|
|
|
|||
|
|
@ -490,6 +490,7 @@ CONFIG_EXT4_FS_SECURITY=y
|
|||
CONFIG_F2FS_FS=y
|
||||
CONFIG_F2FS_FS_SECURITY=y
|
||||
CONFIG_F2FS_FS_COMPRESSION=y
|
||||
CONFIG_F2FS_UNFAIR_RWSEM=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
CONFIG_FS_VERITY=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user