diff options
Diffstat (limited to 'fs/ext4/extents.c')
-rw-r--r-- | fs/ext4/extents.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 662e94c22c3d..5bbe425640da 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -143,6 +143,7 @@ static int ext4_ext_get_access(handle_t *handle, struct inode *inode, | |||
143 | { | 143 | { |
144 | if (path->p_bh) { | 144 | if (path->p_bh) { |
145 | /* path points to block */ | 145 | /* path points to block */ |
146 | BUFFER_TRACE(path->p_bh, "get_write_access"); | ||
146 | return ext4_journal_get_write_access(handle, path->p_bh); | 147 | return ext4_journal_get_write_access(handle, path->p_bh); |
147 | } | 148 | } |
148 | /* path points to leaf/index in inode body */ | 149 | /* path points to leaf/index in inode body */ |