diff options
Diffstat (limited to 'fs/xfs')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 14e2cbe5a8d5..bf9a9d5909be 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
| @@ -360,8 +360,7 @@ xfs_fs_inode_init_once( | |||
| 360 | kmem_zone_t *zonep, | 360 | kmem_zone_t *zonep, |
| 361 | unsigned long flags) | 361 | unsigned long flags) |
| 362 | { | 362 | { |
| 363 | if (flags & SLAB_CTOR_CONSTRUCTOR) | 363 | inode_init_once(vn_to_inode((bhv_vnode_t *)vnode)); |
| 364 | inode_init_once(vn_to_inode((bhv_vnode_t *)vnode)); | ||
| 365 | } | 364 | } |
| 366 | 365 | ||
| 367 | STATIC int | 366 | STATIC int |
