mirror of
https://github.com/psankar/simplefs.git
synced 2025-07-23 14:04:38 +02:00
simple.c: drop trailing whitespace
This commit is contained in:
parent
6d606a796c
commit
8382ab7e81
2
simple.c
2
simple.c
@ -83,7 +83,7 @@ void simplefs_inode_add(struct super_block *vsb, struct simplefs_inode *inode)
|
||||
* The block will be removed from the freeblock list.
|
||||
*
|
||||
* In an ideal, production-ready filesystem, we will not be dealing with blocks,
|
||||
* and instead we will be using extents
|
||||
* and instead we will be using extents
|
||||
*
|
||||
* If for some reason, the file creation/deletion failed, the block number
|
||||
* will still be marked as non-free. You need fsck to fix this.*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user