diff options
Diffstat (limited to 'fs/ext4/ext4_jbd2.h')
| -rw-r--r-- | fs/ext4/ext4_jbd2.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/ext4/ext4_jbd2.h b/fs/ext4/ext4_jbd2.h index 56d258c1830..7177f9b21cb 100644 --- a/fs/ext4/ext4_jbd2.h +++ b/fs/ext4/ext4_jbd2.h @@ -254,13 +254,6 @@ static inline void ext4_handle_sync(handle_t *handle)  		handle->h_sync = 1;  } -static inline void ext4_handle_release_buffer(handle_t *handle, -						struct buffer_head *bh) -{ -	if (ext4_handle_valid(handle)) -		jbd2_journal_release_buffer(handle, bh); -} -  static inline int ext4_handle_is_aborted(handle_t *handle)  {  	if (ext4_handle_valid(handle))  |