Re: [U-Boot] [PATCH v3 13/13] ext4: initialize full inode for inodes bigger than 128 bytes

2016-09-05 Thread Stefan Bruens
On Sonntag, 28. August 2016 22:42:38 CEST you wrote: > Make sure the the extra_isize field (offset 128) is initialized to 0 to > mark any extra data as invalid. > > Signed-off-by: Stefan Brüns > --- > fs/ext4/ext4_write.c | 12 +--- > 1 file changed, 5

Re: [U-Boot] [PATCH v3 13/13] ext4: initialize full inode for inodes bigger than 128 bytes

2016-08-29 Thread Lukasz Majewski
Hi Stefan, > Make sure the the extra_isize field (offset 128) is initialized to 0 ^^^ that ? > to mark any extra data as invalid. > > Signed-off-by: Stefan Brüns > --- > fs/ext4/ext4_write.c | 12 +--- > 1 file changed, 5 insertions(+), 7

[U-Boot] [PATCH v3 13/13] ext4: initialize full inode for inodes bigger than 128 bytes

2016-08-28 Thread Stefan Brüns
Make sure the the extra_isize field (offset 128) is initialized to 0 to mark any extra data as invalid. Signed-off-by: Stefan Brüns --- fs/ext4/ext4_write.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) v3: Patch added to series diff --git