Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
bbd25700
Commit
bbd25700
authored
Sep 10, 2009
by
Andrew Morton
Committed by
James Toy
Sep 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
parent
b3263a35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
drivers/block/aoe/aoeblk.c
drivers/block/aoe/aoeblk.c
+0
-6
No files found.
drivers/block/aoe/aoeblk.c
View file @
bbd25700
...
...
@@ -264,14 +264,8 @@ aoeblk_gdalloc(void *vp)
goto
err_disk
;
}
<<<<<<<
HEAD
:
drivers
/
block
/
aoe
/
aoeblk
.
c
d
->
blkq
=
blk_alloc_queue
(
GFP_KERNEL
);
if
(
!
d
->
blkq
)
=======
blk_queue_make_request
(
&
d
->
blkq
,
aoeblk_make_request
);
d
->
blkq
.
backing_dev_info
.
name
=
"aoe"
;
if
(
bdi_init
(
&
d
->
blkq
.
backing_dev_info
))
>>>>>>>
FETCH_HEAD
:
drivers
/
block
/
aoe
/
aoeblk
.
c
goto
err_mempool
;
blk_queue_make_request
(
d
->
blkq
,
aoeblk_make_request
);
if
(
bdi_init
(
&
d
->
blkq
->
backing_dev_info
))
...
...
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