mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
EXT4: Fix whitespace
Replace a lot of spaces with tabs Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
54ca412336
commit
8c55e20411
8 changed files with 62 additions and 62 deletions
|
@ -255,8 +255,8 @@ static int verify_chain(Indirect *from, Indirect *to)
|
|||
* @inode: inode in question (we are only interested in its superblock)
|
||||
* @i_block: block number to be parsed
|
||||
* @offsets: array to store the offsets in
|
||||
* @boundary: set this non-zero if the referred-to block is likely to be
|
||||
* followed (on disk) by an indirect block.
|
||||
* @boundary: set this non-zero if the referred-to block is likely to be
|
||||
* followed (on disk) by an indirect block.
|
||||
*
|
||||
* To store the locations of file's data ext4 uses a data structure common
|
||||
* for UNIX filesystems - tree of pointers anchored in the inode, with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue