Skip to content
Snippets Groups Projects
Commit 5156845e authored by D. Andrei Măceș's avatar D. Andrei Măceș
Browse files

superblock: All 3.4 kernels need end_writeback()

Change-Id: I5b0e702cf00c5f58e5db5b32bd5f8438f4203273
parent 7f718340
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