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
6014540e
Commit
6014540e
authored
May 22, 2002
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] include buffer_head.h in actual users instead of fs.h (3/10)
Remove unused bh_kmap/bh_kunmap inlines from highmem.h.
parent
503a7b23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
include/linux/highmem.h
include/linux/highmem.h
+0
-10
No files found.
include/linux/highmem.h
View file @
6014540e
...
...
@@ -18,16 +18,6 @@ unsigned int nr_free_highpages(void);
extern
void
create_bounce
(
unsigned
long
pfn
,
int
gfp
,
struct
bio
**
bio_orig
);
extern
void
check_highmem_ptes
(
void
);
static
inline
char
*
bh_kmap
(
struct
buffer_head
*
bh
)
{
return
kmap
(
bh
->
b_page
)
+
bh_offset
(
bh
);
}
static
inline
void
bh_kunmap
(
struct
buffer_head
*
bh
)
{
kunmap
(
bh
->
b_page
);
}
/*
* remember to add offset! and never ever reenable interrupts between a
* bio_kmap_irq and bio_kunmap_irq!!
...
...
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