diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-04-10 09:37:48 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-07-12 21:40:00 +0200 |
commit | 9f5ecacfcee2bda21b100399a9130248d55c2a0c (patch) | |
tree | f6835a2d84fd176f46516d657958e13440175961 /fs/ubifs/xattr.c | |
parent | ubifs: Fix adding orphan entry twice for the same inode (diff) | |
download | linux-9f5ecacfcee2bda21b100399a9130248d55c2a0c.tar.xz linux-9f5ecacfcee2bda21b100399a9130248d55c2a0c.zip |
ubifs: Move ui->data initialization after initializing security
Host inode and its' xattr will be written on disk after initializing
security when creating symlink or dev, then the host inode and its
dentry will be written again in ubifs_jnl_update.
There is no need to write inode data in the security initialization
pass, just move the ui->data initialization after initializing
security.
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/xattr.c')
0 files changed, 0 insertions, 0 deletions