]> www.infradead.org Git - mtd-utils.git/commit
mkfs.ubifs: Fix wrong xattr entry type
authorZhihao Cheng <chengzhihao1@huawei.com>
Thu, 9 May 2024 11:41:28 +0000 (19:41 +0800)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 25 Sep 2024 07:08:41 +0000 (09:08 +0200)
commitd17b14d953b2ab56c938d6c7829b70b91c736efe
tree17373e682506a689af178eb4e066b68ff8bc4b07
parent8ade2c1776dc5e9c37cd1172031a02bfbdd07601
mkfs.ubifs: Fix wrong xattr entry type

The type of xattr entry should be regular file, otherwise xattr entry
and xattr inode have inconsistent types.

Fixes: 50044efbd6e713 ("mkfs.ubifs: Add extended attribute support")
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/mkfs.ubifs/mkfs.ubifs.c