diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.c b/fs/xfs/linux-2.6/xfs_vnode.c index b7ff26780a0c..814169fd7e1e 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.c +++ b/fs/xfs/linux-2.6/xfs_vnode.c | |||
@@ -78,10 +78,8 @@ vn_ioerror( | |||
78 | char *f, | 78 | char *f, |
79 | int l) | 79 | int l) |
80 | { | 80 | { |
81 | bhv_vfs_t *vfsp = XFS_MTOVFS(ip->i_mount); | ||
82 | |||
83 | if (unlikely(error == -ENODEV)) | 81 | if (unlikely(error == -ENODEV)) |
84 | bhv_vfs_force_shutdown(vfsp, SHUTDOWN_DEVICE_REQ, f, l); | 82 | xfs_do_force_shutdown(ip->i_mount, SHUTDOWN_DEVICE_REQ, f, l); |
85 | } | 83 | } |
86 | 84 | ||
87 | bhv_vnode_t * | 85 | bhv_vnode_t * |