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
3ce0de02
Commit
3ce0de02
authored
Aug 20, 2004
by
Nathan Scott
Committed by
Nathan Scott
Aug 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Export blk_get_backing_dev_info for filesystems to use.
parent
4a4dcb3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/block/ll_rw_blk.c
drivers/block/ll_rw_blk.c
+2
-0
No files found.
drivers/block/ll_rw_blk.c
View file @
3ce0de02
...
@@ -154,6 +154,8 @@ struct backing_dev_info *blk_get_backing_dev_info(struct block_device *bdev)
...
@@ -154,6 +154,8 @@ struct backing_dev_info *blk_get_backing_dev_info(struct block_device *bdev)
return
ret
;
return
ret
;
}
}
EXPORT_SYMBOL
(
blk_get_backing_dev_info
);
void
blk_queue_activity_fn
(
request_queue_t
*
q
,
activity_fn
*
fn
,
void
*
data
)
void
blk_queue_activity_fn
(
request_queue_t
*
q
,
activity_fn
*
fn
,
void
*
data
)
{
{
q
->
activity_fn
=
fn
;
q
->
activity_fn
=
fn
;
...
...
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