|
|
| version 1.152, 2007/09/19 04:00:15 | version 1.153, 2007/10/01 15:55:30 |
|---|---|
| Line 82 vn_ioerror( | Line 82 vn_ioerror( |
| xfs_do_force_shutdown(ip->i_mount, SHUTDOWN_DEVICE_REQ, f, l); | xfs_do_force_shutdown(ip->i_mount, SHUTDOWN_DEVICE_REQ, f, l); |
| } | } |
| bhv_vnode_t * | |
| vn_initialize( | |
| struct inode *inode) | |
| { | |
| bhv_vnode_t *vp = vn_from_inode(inode); | |
| XFS_STATS_INC(vn_active); | |
| XFS_STATS_INC(vn_alloc); | |
| ASSERT(VN_CACHED(vp) == 0); | |
| return vp; | |
| } | |
| /* | /* |
| * Revalidate the Linux inode from the XFS inode. | * Revalidate the Linux inode from the XFS inode. |
| * Note: i_size _not_ updated; we must hold the inode | * Note: i_size _not_ updated; we must hold the inode |