[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
SGI-PV: 9533338 SGI-Modid: xfs-linux-melb:xfs-kern:26106a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
parent
932f2c3231
commit
b83bd13881
19 changed files with 183 additions and 224 deletions
|
@ -1250,8 +1250,8 @@ xfs_ialloc(
|
|||
*/
|
||||
xfs_trans_log_inode(tp, ip, flags);
|
||||
|
||||
/* now that we have an i_mode we can set Linux inode ops (& unlock) */
|
||||
VFS_INIT_VNODE(XFS_MTOVFS(tp->t_mountp), vp, XFS_ITOBHV(ip), 1);
|
||||
/* now that we have an i_mode we can setup inode ops and unlock */
|
||||
bhv_vfs_init_vnode(XFS_MTOVFS(tp->t_mountp), vp, XFS_ITOBHV(ip), 1);
|
||||
|
||||
*ipp = ip;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue