diff options
Diffstat (limited to 'fs/hppfs/hppfs.c')
-rw-r--r-- | fs/hppfs/hppfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hppfs/hppfs.c b/fs/hppfs/hppfs.c index a80e45a690ac..d4f93b52cec5 100644 --- a/fs/hppfs/hppfs.c +++ b/fs/hppfs/hppfs.c | |||
@@ -614,7 +614,7 @@ static struct inode *hppfs_alloc_inode(struct super_block *sb) | |||
614 | 614 | ||
615 | void hppfs_evict_inode(struct inode *ino) | 615 | void hppfs_evict_inode(struct inode *ino) |
616 | { | 616 | { |
617 | end_writeback(ino); | 617 | clear_inode(ino); |
618 | dput(HPPFS_I(ino)->proc_dentry); | 618 | dput(HPPFS_I(ino)->proc_dentry); |
619 | mntput(ino->i_sb->s_fs_info); | 619 | mntput(ino->i_sb->s_fs_info); |
620 | } | 620 | } |