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
bae9e1dd
Commit
bae9e1dd
authored
Aug 31, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/davem/BK/sparc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
dee12d4f
766f012e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
drivers/block/floppy.c
drivers/block/floppy.c
+1
-3
No files found.
drivers/block/floppy.c
View file @
bae9e1dd
...
...
@@ -2299,12 +2299,11 @@ static inline void end_request(struct request *req, int uptodate)
return
;
add_blkdev_randomness
(
major
(
dev
));
floppy_off
(
DEVICE_NR
(
dev
));
blkdev_dequeue_request
(
req
);
end_that_request_last
(
req
);
/* Get the next request */
req
=
elv_next_request
(
QUEUE
);
if
(
req
)
blkdev_dequeue_request
(
req
);
CURRENT
=
req
;
}
...
...
@@ -2939,7 +2938,6 @@ static void redo_fd_request(void)
unlock_fdc
();
return
;
}
blkdev_dequeue_request
(
req
);
CURRENT
=
req
;
}
if
(
major
(
CURRENT
->
rq_dev
)
!=
MAJOR_NR
)
...
...
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