mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:47:21 +00:00
[EXT2] Upgrade to 0.69
CORE-13980
This commit is contained in:
parent
18dee7a392
commit
a1d7e9936d
24 changed files with 3032 additions and 304 deletions
|
@ -2454,6 +2454,7 @@ int ext4_ext_get_blocks(void *icb, handle_t *handle, struct inode *inode, ext4_f
|
|||
|
||||
/* allocate new block */
|
||||
goal = ext4_ext_find_goal(inode, path, iblock);
|
||||
|
||||
newblock = ext4_new_meta_blocks(icb, handle, inode, goal, 0,
|
||||
&allocated, &err);
|
||||
if (!newblock)
|
||||
|
|
1295
drivers/filesystems/ext2/src/ext4/ext4_xattr.c
Normal file
1295
drivers/filesystems/ext2/src/ext4/ext4_xattr.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue