diff options
Diffstat (limited to 'sys/gnu/fs/xfs/FreeBSD/xfs_vfs.c')
-rw-r--r-- | sys/gnu/fs/xfs/FreeBSD/xfs_vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_vfs.c b/sys/gnu/fs/xfs/FreeBSD/xfs_vfs.c index cae7bcf..ee405b5 100644 --- a/sys/gnu/fs/xfs/FreeBSD/xfs_vfs.c +++ b/sys/gnu/fs/xfs/FreeBSD/xfs_vfs.c @@ -241,7 +241,7 @@ vfs_allocate(struct mount *mp) bhv_head_init(VFS_BHVHEAD(vfsp), "vfs"); xmp->m_mp = mp; - mp->mnt_data = (qaddr_t)xmp; + mp->mnt_data = xmp; vfsp->vfs_mp = mp; return vfsp; |