diff options
Diffstat (limited to 'fs/exofs/inode.c')
-rw-r--r-- | fs/exofs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c index ee4317faccb1..d1c244d67667 100644 --- a/fs/exofs/inode.c +++ b/fs/exofs/inode.c | |||
@@ -1486,7 +1486,7 @@ void exofs_evict_inode(struct inode *inode) | |||
1486 | struct ore_io_state *ios; | 1486 | struct ore_io_state *ios; |
1487 | int ret; | 1487 | int ret; |
1488 | 1488 | ||
1489 | truncate_inode_pages(&inode->i_data, 0); | 1489 | truncate_inode_pages_final(&inode->i_data); |
1490 | 1490 | ||
1491 | /* TODO: should do better here */ | 1491 | /* TODO: should do better here */ |
1492 | if (inode->i_nlink || is_bad_inode(inode)) | 1492 | if (inode->i_nlink || is_bad_inode(inode)) |