diff options
author | Jeffle Xu <[email protected]> | 2022-04-25 20:21:37 +0800 |
---|---|---|
committer | Gao Xiang <[email protected]> | 2022-05-18 00:11:20 +0800 |
commit | 37c90c5fae701983e21cc80396649e3aca7f4fa1 (patch) | |
tree | d34330aa7ec2b4086f1e4f5a87fa44c7321e9b9c /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | ec00b5e29ce3a2493616a03b56593690574a8c86 (diff) |
erofs: register fscache context for primary data blob
Registers fscache context for primary data blob. Also move the
initialization of s_op and related fields forward, since anonymous
inode will be allocated under the super block when registering the
fscache context.
Something worth mentioning about the cleanup routine.
1. The fscache context will instantiate anonymous inodes under the super
block. Release these anonymous inodes when .put_super() is called, or
we'll get "VFS: Busy inodes after unmount." warning.
2. The fscache context is initialized prior to the root inode. If
.kill_sb() is called when mount failed, .put_super() won't be called
when root inode has not been initialized yet. Thus .kill_sb() shall
also contain the cleanup routine.
Signed-off-by: Jeffle Xu <[email protected]>
Reviewed-by: Gao Xiang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Chao Yu <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions