mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
ext4: fix various seppling typos
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/cover.1616840203.git.unixbhaskar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
e1262cd2e6
commit
3088e5a515
8 changed files with 10 additions and 10 deletions
|
@ -795,7 +795,7 @@ ext4_journalled_write_inline_data(struct inode *inode,
|
|||
* clear the inode state safely.
|
||||
* 2. The inode has inline data, then we need to read the data, make it
|
||||
* update and dirty so that ext4_da_writepages can handle it. We don't
|
||||
* need to start the journal since the file's metatdata isn't changed now.
|
||||
* need to start the journal since the file's metadata isn't changed now.
|
||||
*/
|
||||
static int ext4_da_convert_inline_data_to_extent(struct address_space *mapping,
|
||||
struct inode *inode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue