|
|
| version 1.449, 2008/09/24 16:17:16 | version 1.450, 2008/10/03 04:30:43 |
|---|---|
| Line 883 xfs_fs_destroy_inode( | Line 883 xfs_fs_destroy_inode( |
| STATIC void | STATIC void |
| xfs_fs_inode_init_once( | xfs_fs_inode_init_once( |
| kmem_zone_t *zonep, | |
| void *vnode) | void *vnode) |
| { | { |
| inode_init_once((struct inode *)vnode); | inode_init_once((struct inode *)vnode); |
| Line 900 xfs_fs_inode_init_once( | Line 899 xfs_fs_inode_init_once( |
| */ | */ |
| void | void |
| xfs_inode_init_once( | xfs_inode_init_once( |
| kmem_zone_t *zone, | |
| void *inode) | void *inode) |
| { | { |
| struct xfs_inode *ip = inode; | struct xfs_inode *ip = inode; |