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
8d909102
Commit
8d909102
authored
May 08, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI Hotplug core
removed pcihpfs_statfs(), as it's not used anymore.
parent
06e13e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
drivers/hotplug/pci_hotplug_core.c
drivers/hotplug/pci_hotplug_core.c
+0
-8
No files found.
drivers/hotplug/pci_hotplug_core.c
View file @
8d909102
...
...
@@ -86,14 +86,6 @@ static spinlock_t list_lock;
LIST_HEAD
(
pci_hotplug_slot_list
);
static
int
pcihpfs_statfs
(
struct
super_block
*
sb
,
struct
statfs
*
buf
)
{
buf
->
f_type
=
PCIHPFS_MAGIC
;
buf
->
f_bsize
=
PAGE_CACHE_SIZE
;
buf
->
f_namelen
=
255
;
return
0
;
}
static
struct
inode
*
pcihpfs_get_inode
(
struct
super_block
*
sb
,
int
mode
,
int
dev
)
{
struct
inode
*
inode
=
new_inode
(
sb
);
...
...
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