mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
ext4: Drop whitespace at end of lines
This patch was generated using: #!/usr/bin/perl -i while (<>) { s/[ ]+$//; print; } Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
4d92dc0f00
commit
60e6679e28
9 changed files with 23 additions and 23 deletions
|
@ -66,7 +66,7 @@ int ext4_sync_file(struct file *file, struct dentry *dentry, int datasync)
|
|||
ret = flush_completed_IO(inode);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
|
||||
if (!journal)
|
||||
return simple_fsync(file, dentry, datasync);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue