android_kernel_xiaomi_sm8350/fs/incfs
Paul Lawrence ae46662afa ANDROID: incremental fs: Evict inodes before freeing mount data
Since evicting inodes triggers writes to the backing file, which uses
the mi_owner field from the mount_info struct, make sure inodes are
evicted before we free the mount_info data

Test: incfs_test
Bug: 270117845
Change-Id: I673b2e0e04b5adc3998caf6f22443598a30338af
Signed-off-by: Paul Lawrence <paullawrence@google.com>
(cherry picked from commit 7899985277527b29c47929a6d6a89c5c89b406ad)
(cherry picked from commit faf3626b8e34df3dfff3a99e6582a9abd24410ce)
2023-04-05 13:07:49 -07:00
..
data_mgmt.c ANDROID: Incremental fs: Set credentials before reading/writing 2021-04-22 22:34:21 +00:00
data_mgmt.h ANDROID: incremental-fs: limit mount stack depth 2022-04-07 13:52:27 -07:00
format.c ANDROID: Incremental fs: Set credentials before reading/writing 2021-04-22 22:34:21 +00:00
format.h ANDROID: Incremental fs: Set credentials before reading/writing 2021-04-22 22:34:21 +00:00
integrity.c ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER 2020-06-08 17:04:28 +00:00
integrity.h ANDROID: Incremental fs: Remove signature checks from kernel 2020-03-18 16:43:20 +00:00
internal.h
Kconfig ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER 2020-06-08 17:04:28 +00:00
main.c ANDROID: incremental fs: Evict inodes before freeing mount data 2023-04-05 13:07:49 -07:00
Makefile
OWNERS ANDROID: Add OWNERS files referring to the respective android-mainline OWNERS 2021-04-01 13:45:14 +00:00
vfs.c ANDROID: incremental fs: Evict inodes before freeing mount data 2023-04-05 13:07:49 -07:00
vfs.h