提交 bc813355 编写于 作者: A Adrian Hunter 提交者: Artem Bityutskiy

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: NAdrian Hunter <ext-adrian.hunter@nokia.com>
上级 de94eb55
......@@ -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 long long creat_sqnum;
unsigned long long del_cmtno;
unsigned int xattr_size;
unsigned int xattr_cnt;
unsigned int xattr_names;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册