aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_target.rs
diff options
context:
space:
mode:
authorYuezhang Mo <[email protected]>2024-01-12 06:48:46 +0000
committerNamjae Jeon <[email protected]>2024-04-25 12:59:59 +0000
commitf19257997d9c31864b4cf3fcef6e2d2b9ede148d (patch)
treea902e776fc936e79395ca5ab318659feea91c3a7 /scripts/generate_rust_target.rs
parentexfat: fix timing of synchronizing bitmap and inode (diff)
downloadkernel-f19257997d9c31864b4cf3fcef6e2d2b9ede148d.tar.gz
kernel-f19257997d9c31864b4cf3fcef6e2d2b9ede148d.zip
exfat: zero the reserved fields of file and stream extension dentries
From exFAT specification, the reserved fields should initialize to zero and should not use for any purpose. If create a new dentry set in the UNUSED dentries, all fields had been zeroed when allocating cluster to parent directory. But if create a new dentry set in the DELETED dentries, the reserved fields in file and stream extension dentries may be non-zero. Because only the valid bit of the type field of the dentry is cleared in exfat_remove_entries(), if the type of dentry is different from the original(For example, a dentry that was originally a file name dentry, then set to deleted dentry, and then set as a file dentry), the reserved fields is non-zero. So this commit initializes the dentry to 0 before createing file dentry and stream extension dentry. Signed-off-by: Yuezhang Mo <[email protected]> Reviewed-by: Andy Wu <[email protected]> Reviewed-by: Aoyama Wataru <[email protected]> Reviewed-by: Sungjong Seo <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
Diffstat (limited to 'scripts/generate_rust_target.rs')
0 files changed, 0 insertions, 0 deletions