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
5c9cfd19
Commit
5c9cfd19
authored
Jun 29, 2004
by
Anton Altaparmakov
Browse files
Options
Browse Files
Download
Plain Diff
Merge cantab.net:/home/src/ntfs-2.6
into cantab.net:/home/src/ntfs-2.6-devel
parents
a4f528d2
8dd70853
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
arch/ppc64/lib/string.S
arch/ppc64/lib/string.S
+1
-2
fs/buffer.c
fs/buffer.c
+0
-3
include/linux/efi.h
include/linux/efi.h
+1
-1
No files found.
arch/ppc64/lib/string.S
View file @
5c9cfd19
...
...
@@ -66,13 +66,12 @@ _GLOBAL(strlen)
blr
_GLOBAL
(
memset
)
neg
r0
,
r
5
neg
r0
,
r
3
rlwimi
r4
,
r4
,
8
,
16
,
23
andi
.
r0
,
r0
,
7
/*
#
bytes
to
be
8
-
byte
aligned
*/
rlwimi
r4
,
r4
,
16
,
0
,
15
cmplw
cr1
,
r5
,
r0
/*
do
we
get
that
far
?
*/
rldimi
r4
,
r4
,
32
,
0
mr
r6
,
r3
mtcrf
1
,
r0
mr
r6
,
r3
blt
cr1
,
8
f
...
...
fs/buffer.c
View file @
5c9cfd19
...
...
@@ -2895,7 +2895,6 @@ drop_buffers(struct page *page, struct buffer_head **buffers_to_free)
{
struct
buffer_head
*
head
=
page_buffers
(
page
);
struct
buffer_head
*
bh
;
int
was_uptodate
=
1
;
bh
=
head
;
do
{
...
...
@@ -2903,8 +2902,6 @@ drop_buffers(struct page *page, struct buffer_head **buffers_to_free)
set_bit
(
AS_EIO
,
&
page
->
mapping
->
flags
);
if
(
buffer_busy
(
bh
))
goto
failed
;
if
(
!
buffer_uptodate
(
bh
)
&&
!
buffer_req
(
bh
))
was_uptodate
=
0
;
bh
=
bh
->
b_this_page
;
}
while
(
bh
!=
head
);
...
...
include/linux/efi.h
View file @
5c9cfd19
...
...
@@ -108,7 +108,7 @@ typedef struct {
#endif
}
efi_memory_desc_t
;
typedef
int
efi_freemem_callback_t
(
unsigned
long
start
,
unsigned
long
end
,
void
*
arg
);
typedef
int
(
*
efi_freemem_callback_t
)
(
unsigned
long
start
,
unsigned
long
end
,
void
*
arg
);
/*
* Types and defines for Time Services
...
...
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