mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 14:31:46 +00:00
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
porters. SGI-PV: 953338 SGI-Modid: xfs-linux-melb:xfs-kern:26108a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
parent
67fcaa73ad
commit
8285fb58e7
17 changed files with 94 additions and 93 deletions
|
@ -51,7 +51,7 @@
|
|||
*/
|
||||
int
|
||||
xfs_get_dir_entry(
|
||||
vname_t *dentry,
|
||||
bhv_vname_t *dentry,
|
||||
xfs_inode_t **ipp)
|
||||
{
|
||||
bhv_vnode_t *vp;
|
||||
|
@ -69,7 +69,7 @@ int
|
|||
xfs_dir_lookup_int(
|
||||
bhv_desc_t *dir_bdp,
|
||||
uint lock_mode,
|
||||
vname_t *dentry,
|
||||
bhv_vname_t *dentry,
|
||||
xfs_ino_t *inum,
|
||||
xfs_inode_t **ipp)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue