Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Merge tag 'v3.0.48' into exp
Browse files Browse the repository at this point in the history
This is the 3.0.48 stable release

# gpg: Signature made Mon 22 Oct 2012 05:36:30 PM CEST using RSA key ID 6092693E
# gpg: Can't check signature: public key not found

* tag 'v3.0.48':
  Linux 3.0.48
  Revert "block: fix request_queue->flags initialization"
  • Loading branch information
tamcore committed Oct 23, 2012
2 parents 8f1dde2 + 9fc7170 commit 5eacb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 0
SUBLEVEL = 47
SUBLEVEL = 48
EXTRAVERSION =
NAME = Sneaky Weasel

Expand Down
2 changes: 1 addition & 1 deletion block/blk-core.c
Expand Up @@ -524,7 +524,7 @@ blk_init_allocated_queue(struct request_queue *q, request_fn_proc *rfn,
q->request_fn = rfn;
q->prep_rq_fn = NULL;
q->unprep_rq_fn = NULL;
q->queue_flags |= QUEUE_FLAG_DEFAULT;
q->queue_flags = QUEUE_FLAG_DEFAULT;

/* Override internal queue lock with supplied lock pointer */
if (lock)
Expand Down

0 comments on commit 5eacb91

Please sign in to comment.