Skip to content
Commit a1a50f60 authored by Filipe Manana's avatar Filipe Manana Committed by Chris Mason
Browse files

Btrfs: read inode size after acquiring the mutex when punching a hole

In a previous change, commit 12870f1c

,
I accidentally moved the roundup of inode->i_size to outside of the
critical section delimited by the inode mutex, which is not atomic and
not correct since the size can be changed by other task before we acquire
the mutex. Therefore fix it.

Signed-off-by: default avatarFilipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: default avatarChris Mason <clm@fb.com>
parent 7fb18a06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment