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
nexedi
linux
Commits
d430f521
Commit
d430f521
authored
Dec 11, 2002
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] remove linvfs_put_inode
SGI Modid: 2.5.x-xfs:slinx:134630a
parent
e7f25a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
fs/xfs/linux/xfs_super.c
fs/xfs/linux/xfs_super.c
+0
-12
No files found.
fs/xfs/linux/xfs_super.c
View file @
d430f521
...
...
@@ -761,17 +761,6 @@ linvfs_clear_inode(
}
}
STATIC
void
linvfs_put_inode
(
struct
inode
*
ip
)
{
vnode_t
*
vp
=
LINVFS_GET_VP
(
ip
);
int
error
;
if
(
vp
&&
vp
->
v_fbhv
&&
(
atomic_read
(
&
ip
->
i_count
)
==
1
))
VOP_RELEASE
(
vp
,
error
);
}
STATIC
void
linvfs_put_super
(
struct
super_block
*
sb
)
...
...
@@ -989,7 +978,6 @@ STATIC struct super_operations linvfs_sops = {
.
alloc_inode
=
linvfs_alloc_inode
,
.
destroy_inode
=
linvfs_destroy_inode
,
.
write_inode
=
linvfs_write_inode
,
.
put_inode
=
linvfs_put_inode
,
.
clear_inode
=
linvfs_clear_inode
,
.
put_super
=
linvfs_put_super
,
.
write_super
=
linvfs_write_super
,
...
...
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