diff options
Diffstat (limited to 'fs/fuse/inode.c')
-rw-r--r-- | fs/fuse/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index 4aec5995867e..87e61152b34e 100644 --- a/fs/fuse/inode.c +++ b/fs/fuse/inode.c | |||
@@ -122,7 +122,7 @@ static void fuse_destroy_inode(struct inode *inode) | |||
122 | static void fuse_evict_inode(struct inode *inode) | 122 | static void fuse_evict_inode(struct inode *inode) |
123 | { | 123 | { |
124 | truncate_inode_pages(&inode->i_data, 0); | 124 | truncate_inode_pages(&inode->i_data, 0); |
125 | end_writeback(inode); | 125 | clear_inode(inode); |
126 | if (inode->i_sb->s_flags & MS_ACTIVE) { | 126 | if (inode->i_sb->s_flags & MS_ACTIVE) { |
127 | struct fuse_conn *fc = get_fuse_conn(inode); | 127 | struct fuse_conn *fc = get_fuse_conn(inode); |
128 | struct fuse_inode *fi = get_fuse_inode(inode); | 128 | struct fuse_inode *fi = get_fuse_inode(inode); |