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
0a358d0e
Commit
0a358d0e
authored
Dec 04, 2002
by
Christoph Hellwig
Committed by
Nathan Scott
Dec 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] make pagebuf_workqueue private to page_buf.c
SGI Modid: 2.5.x-xfs:slinx:134185a
parent
9554960c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
fs/xfs/pagebuf/page_buf.c
fs/xfs/pagebuf/page_buf.c
+2
-5
fs/xfs/pagebuf/page_buf.h
fs/xfs/pagebuf/page_buf.h
+0
-2
No files found.
fs/xfs/pagebuf/page_buf.c
View file @
0a358d0e
...
...
@@ -120,6 +120,8 @@ pb_trace_func(
STATIC
kmem_cache_t
*
pagebuf_cache
;
STATIC
pagebuf_daemon_t
*
pb_daemon
;
STATIC
void
pagebuf_daemon_wakeup
(
int
);
STATIC
struct
workqueue_struct
*
pagebuf_workqueue
;
/*
* Pagebuf module configuration parameters, exported via
...
...
@@ -137,11 +139,6 @@ pagebuf_param_t pb_params = {{ HZ, 15 * HZ, 0, 0 }};
struct
pbstats
pbstats
;
/*
* Queue for delayed I/O completion.
*/
struct
workqueue_struct
*
pagebuf_workqueue
;
/*
* Pagebuf allocation / freeing.
*/
...
...
fs/xfs/pagebuf/page_buf.h
View file @
0a358d0e
...
...
@@ -386,6 +386,4 @@ static __inline__ void pagebuf_run_task_queue(page_buf_t *pb)
blk_run_queues
();
}
extern
struct
workqueue_struct
*
pagebuf_workqueue
;
#endif
/* __PAGE_BUF_H__ */
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