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
51a58c58
Commit
51a58c58
authored
Apr 28, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Apr 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] static functions in as-iosched.c
From: Stephen Hemminger <shemminger@osdl.org>
parent
6d8c651a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/block/as-iosched.c
drivers/block/as-iosched.c
+2
-2
No files found.
drivers/block/as-iosched.c
View file @
51a58c58
...
...
@@ -914,7 +914,7 @@ static void as_update_arq(struct as_data *ad, struct as_rq *arq)
/*
* Gathers timings and resizes the write batch automatically
*/
void
update_write_batch
(
struct
as_data
*
ad
)
static
void
update_write_batch
(
struct
as_data
*
ad
)
{
unsigned
long
batch
=
ad
->
batch_expire
[
REQ_ASYNC
];
long
write_time
;
...
...
@@ -2049,7 +2049,7 @@ static struct sysfs_ops as_sysfs_ops = {
.
store
=
as_attr_store
,
};
struct
kobj_type
as_ktype
=
{
st
atic
st
ruct
kobj_type
as_ktype
=
{
.
sysfs_ops
=
&
as_sysfs_ops
,
.
default_attrs
=
default_attrs
,
};
...
...
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