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
596f9494
Commit
596f9494
authored
Apr 22, 2004
by
Nathan Scott
Committed by
Christoph Hellwig
Apr 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Fix up a trivial merge botch.
parent
822e10da
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
fs/xfs/linux/xfs_aops.c
fs/xfs/linux/xfs_aops.c
+2
-1
fs/xfs/linux/xfs_buf.h
fs/xfs/linux/xfs_buf.h
+2
-4
No files found.
fs/xfs/linux/xfs_aops.c
View file @
596f9494
...
@@ -718,9 +718,10 @@ xfs_page_state_convert(
...
@@ -718,9 +718,10 @@ xfs_page_state_convert(
{
{
struct
buffer_head
*
bh_arr
[
MAX_BUF_PER_PAGE
],
*
bh
,
*
head
;
struct
buffer_head
*
bh_arr
[
MAX_BUF_PER_PAGE
],
*
bh
,
*
head
;
xfs_iomap_t
*
iomp
,
iomap
;
xfs_iomap_t
*
iomp
,
iomap
;
unsigned
long
p_offset
=
0
;
pgoff_t
end_index
;
pgoff_t
end_index
;
unsigned
long
end_index
;
loff_t
offset
;
loff_t
offset
;
unsigned
long
long
end_offset
;
int
len
,
err
,
i
,
cnt
=
0
,
uptodate
=
1
;
int
len
,
err
,
i
,
cnt
=
0
,
uptodate
=
1
;
int
flags
=
startio
?
0
:
BMAPI_TRYLOCK
;
int
flags
=
startio
?
0
:
BMAPI_TRYLOCK
;
int
page_dirty
=
1
;
int
page_dirty
=
1
;
...
...
fs/xfs/linux/xfs_buf.h
View file @
596f9494
...
@@ -296,10 +296,8 @@ extern int pagebuf_ispin( /* check if buffer is pinned */
...
@@ -296,10 +296,8 @@ extern int pagebuf_ispin( /* check if buffer is pinned */
/* Delayed Write Buffer Routines */
/* Delayed Write Buffer Routines */
extern
void
xfs_buf_delwri_flush
(
xfs_buftarg_t
*
,
int
,
int
*
);
extern
void
pagebuf_delwri_flush
(
xfs_buftarg_t
*
,
int
,
int
*
);
extern
void
xfs_buf_delwri_dequeue
(
xfs_buf_t
*
);
extern
void
pagebuf_delwri_dequeue
(
xfs_buf_t
*
);
xfs_buftarg_t
*
,
unsigned
long
,
/* Buffer Daemon Setup Routines */
/* Buffer Daemon Setup Routines */
...
...
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