]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: ext4: Change the Settings of file permissions
authorJixiong Hu <Jixiong.Hu@mediatek.com>
Tue, 19 Mar 2024 09:20:40 +0000 (17:20 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 15:34:52 +0000 (09:34 -0600)
commit278c644cfa48a5f9c2ec27eab64bf0d25d712649
tree366b27c59661f2b3ce98bc7418d18eb34d330607
parentae8e1d5aa46034963bca28fb07dac76970f718fe
fs: ext4: Change the Settings of file permissions

When a file is created in the linux and corresponding file permission
is set, if the file needs to be modified in uboot during the startup
process, the modified file permission will be reset to 755. Therefore,
when the ext4fs_write() function is called, if the file already exists,
the file permission of the new file is equal to the file permission of
the existing file.
fs/ext4/ext4_write.c