diff options
Diffstat (limited to 'fs/udf/inode.c')
| -rw-r--r-- | fs/udf/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/udf/inode.c b/fs/udf/inode.c index 982ce05c87ed..5d643706212f 100644 --- a/fs/udf/inode.c +++ b/fs/udf/inode.c | |||
| @@ -146,8 +146,8 @@ void udf_evict_inode(struct inode *inode) | |||
| 146 | want_delete = 1; | 146 | want_delete = 1; |
| 147 | udf_setsize(inode, 0); | 147 | udf_setsize(inode, 0); |
| 148 | udf_update_inode(inode, IS_SYNC(inode)); | 148 | udf_update_inode(inode, IS_SYNC(inode)); |
| 149 | } else | 149 | } |
| 150 | truncate_inode_pages(&inode->i_data, 0); | 150 | truncate_inode_pages_final(&inode->i_data); |
| 151 | invalidate_inode_buffers(inode); | 151 | invalidate_inode_buffers(inode); |
| 152 | clear_inode(inode); | 152 | clear_inode(inode); |
| 153 | if (iinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB && | 153 | if (iinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB && |
