Skip to content

Commit

Permalink
All filesystems that need invalidate_inode_buffers() are doing that e…
Browse files Browse the repository at this point in the history
…xplicitly

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Aug 9, 2010
1 parent b57922d commit b70a3e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/inode.c
Original file line number Diff line number Diff line change
@@ -315,7 +315,6 @@ static void evict(struct inode *inode)
} else {
if (inode->i_data.nrpages)
truncate_inode_pages(&inode->i_data, 0);
invalidate_inode_buffers(inode);
end_writeback(inode);
}
if (S_ISBLK(inode->i_mode) && inode->i_bdev)

0 comments on commit b70a3e0

Please sign in to comment.