Skip to content
Snippets Groups Projects
Commit a8d79fc2 authored by Yuri.Sh's avatar Yuri.Sh
Browse files

Merge pull request #83 from airend/master

superblock: All 3.4 kernels need end_writeback()
parents 7f718340 5156845e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment