Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
20cebe45
Commit
20cebe45
authored
Sep 27, 2002
by
Eric Sandeen
Committed by
Christoph Hellwig
Sep 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XFS: Remove unused function xfs_vn_iget()
Modid: 2.5.x-xfs:slinx:128363a
parent
ca825dbc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
fs/xfs/xfs_iget.c
fs/xfs/xfs_iget.c
+0
-20
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode.h
+0
-1
No files found.
fs/xfs/xfs_iget.c
View file @
20cebe45
...
@@ -507,26 +507,6 @@ xfs_iget(
...
@@ -507,26 +507,6 @@ xfs_iget(
}
}
/*
* A 'special' interface to xfs_iget, where the
* vnode is already allocated.
*/
int
xfs_vn_iget
(
vfs_t
*
vfsp
,
struct
vnode
*
vp
,
xfs_ino_t
ino
)
{
xfs_inode_t
*
ip
;
xfs_mount_t
*
mp
=
XFS_BHVTOM
(
vfsp
->
vfs_fbhv
);
int
error
;
error
=
xfs_iget_core
(
vp
,
mp
,
NULL
,
ino
,
0
,
&
ip
,
0
);
return
error
;
}
/*
/*
* Do the setup for the various locks within the incore inode.
* Do the setup for the various locks within the incore inode.
*/
*/
...
...
fs/xfs/xfs_inode.h
View file @
20cebe45
...
@@ -490,7 +490,6 @@ xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t,
...
@@ -490,7 +490,6 @@ xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t,
void
xfs_inode_lock_init
(
xfs_inode_t
*
,
struct
vnode
*
);
void
xfs_inode_lock_init
(
xfs_inode_t
*
,
struct
vnode
*
);
int
xfs_iget
(
struct
xfs_mount
*
,
struct
xfs_trans
*
,
xfs_ino_t
,
int
xfs_iget
(
struct
xfs_mount
*
,
struct
xfs_trans
*
,
xfs_ino_t
,
uint
,
xfs_inode_t
**
,
xfs_daddr_t
);
uint
,
xfs_inode_t
**
,
xfs_daddr_t
);
int
xfs_vn_iget
(
vfs_t
*
,
struct
vnode
*
,
xfs_ino_t
);
void
xfs_iput
(
xfs_inode_t
*
,
uint
);
void
xfs_iput
(
xfs_inode_t
*
,
uint
);
void
xfs_iput_new
(
xfs_inode_t
*
,
uint
);
void
xfs_iput_new
(
xfs_inode_t
*
,
uint
);
void
xfs_ilock
(
xfs_inode_t
*
,
uint
);
void
xfs_ilock
(
xfs_inode_t
*
,
uint
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment