diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-09 03:00:52 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-09 03:00:52 -0400 |
commit | 67fcaa73adafb19139a7cd8ab133592b6a0a0901 (patch) | |
tree | 6e7b83e7c8b0a1d8b4776af1537d6f07ebe9435d /fs/xfs/xfs_mount.c | |
parent | b83bd1388133e914c38bd31d69bc90143e6ab10c (diff) |
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
SGI-PV: 953338
SGI-Modid: xfs-linux-melb:xfs-kern:26107a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index 56c4b7e51f4d..5ce6416fbd33 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c | |||
@@ -658,7 +658,7 @@ xfs_mountfs( | |||
658 | xfs_buf_t *bp; | 658 | xfs_buf_t *bp; |
659 | xfs_sb_t *sbp = &(mp->m_sb); | 659 | xfs_sb_t *sbp = &(mp->m_sb); |
660 | xfs_inode_t *rip; | 660 | xfs_inode_t *rip; |
661 | vnode_t *rvp = NULL; | 661 | bhv_vnode_t *rvp = NULL; |
662 | int readio_log, writeio_log; | 662 | int readio_log, writeio_log; |
663 | xfs_daddr_t d; | 663 | xfs_daddr_t d; |
664 | __uint64_t ret64; | 664 | __uint64_t ret64; |