diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.c')
-rw-r--r-- | fs/xfs/xfs_vnodeops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c index 21da312dd8b2..7b967c096d03 100644 --- a/fs/xfs/xfs_vnodeops.c +++ b/fs/xfs/xfs_vnodeops.c | |||
@@ -2850,7 +2850,7 @@ xfs_finish_reclaim( | |||
2850 | int sync_mode) | 2850 | int sync_mode) |
2851 | { | 2851 | { |
2852 | xfs_perag_t *pag = xfs_get_perag(ip->i_mount, ip->i_ino); | 2852 | xfs_perag_t *pag = xfs_get_perag(ip->i_mount, ip->i_ino); |
2853 | bhv_vnode_t *vp = VFS_I(ip); | 2853 | struct inode *vp = VFS_I(ip); |
2854 | 2854 | ||
2855 | if (vp && VN_BAD(vp)) | 2855 | if (vp && VN_BAD(vp)) |
2856 | goto reclaim; | 2856 | goto reclaim; |