Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
f597bb19
Commit
f597bb19
authored
Jun 27, 2009
by
Chris Mason
Browse files
Btrfs: don't log the inode in file_write while growing the file
parent
978d910d
Changes
1
Show whitespace changes
Inline
Side-by-side
fs/btrfs/file.c
View file @
f597bb19
...
...
@@ -151,7 +151,10 @@ static noinline int dirty_and_release_pages(struct btrfs_trans_handle *trans,
}
if
(
end_pos
>
isize
)
{
i_size_write
(
inode
,
end_pos
);
btrfs_update_inode
(
trans
,
root
,
inode
);
/* we've only changed i_size in ram, and we haven't updated
* the disk i_size. There is no need to log the inode
* at this time.
*/
}
err
=
btrfs_end_transaction
(
trans
,
root
);
out_unlock:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment