Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc813355 authored by Adrian Hunter's avatar Adrian Hunter Committed by Artem Bityutskiy
Browse files

UBIFS: do not union creat_sqnum and del_cmtno



The values in these two fields need to be preserved independently
and so a union cannot be used.

Signed-off-by: default avatarAdrian Hunter <ext-adrian.hunter@nokia.com>
parent de94eb55
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -374,10 +374,8 @@ struct ubifs_gced_idx_leb {
 */
struct ubifs_inode {
	struct inode vfs_inode;
	union {
	unsigned long long creat_sqnum;
	unsigned long long del_cmtno;
	};
	unsigned int xattr_size;
	unsigned int xattr_cnt;
	unsigned int xattr_names;