Skip to content

Commit

Permalink
superblock: All 3.4 kernels need end_writeback()
Browse files Browse the repository at this point in the history
Change-Id: I5b0e702cf00c5f58e5db5b32bd5f8438f4203273
  • Loading branch information
airend committed Mar 16, 2016
1 parent 7f71834 commit 5156845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfat_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ static void exfat_evict_inode(struct inode *inode)
if (!inode->i_nlink)
i_size_write(inode, 0);
invalidate_inode_buffers(inode);
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,80)
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,5,0)
end_writeback(inode);
#else
clear_inode(inode);
Expand Down

0 comments on commit 5156845

Please sign in to comment.