VFS/FS: putnode count need not be 64-bit
Change-Id: I49e67438d3f316e0321ac711494e988bb6510679
This commit is contained in:
parent
63ce03db66
commit
347cc10a91
1 changed files with 2 additions and 2 deletions
|
@ -1825,10 +1825,10 @@ typedef struct {
|
|||
_ASSERT_MSG_SIZE(mess_vfs_fs_newnode);
|
||||
|
||||
typedef struct {
|
||||
uint64_t count;
|
||||
ino_t inode;
|
||||
unsigned int count;
|
||||
|
||||
uint8_t data[40];
|
||||
uint8_t data[44];
|
||||
} mess_vfs_fs_putnode;
|
||||
_ASSERT_MSG_SIZE(mess_vfs_fs_putnode);
|
||||
|
||||
|
|
Loading…
Reference in a new issue