Searched hist:b779e0290a4a6ac589bfac7192b4f8e677d3bf8a (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_write.c | b779e0290a4a6ac589bfac7192b4f8e677d3bf8a Tue Sep 06 02:36:54 UTC 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> ext4: remove duplicated block release code for extents
The data blocks are identical for files using traditional direct/indirect block allocation scheme and extent trees, thus this code part can be common. Only the code to deallocate the indirect blocks to record the used blocks has to be seperate, respectively the code to release extent tree index blocks.
Actually the code to release the extent tree index blocks is still missing, but at least add a FIXME at the appropriate place.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
|