* Linux 3.0.48
@ 2012-10-22 15:44 Greg KH
2012-10-22 15:44 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2012-10-22 15:44 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
I'm announcing the release of the 3.0.48 kernel.
This reverts one patch from 3.0.47 that could cause problems. Feel free
to skip this release if 3.0.47 is working, it's up to you.
The updated 3.0.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 +-
block/blk-core.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Greg Kroah-Hartman (2):
Revert "block: fix request_queue->flags initialization"
Linux 3.0.48
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Linux 3.0.48
2012-10-22 15:44 Linux 3.0.48 Greg KH
@ 2012-10-22 15:44 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-10-22 15:44 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby
diff --git a/Makefile b/Makefile
index 82f6dfe..8dc65e0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 0
-SUBLEVEL = 47
+SUBLEVEL = 48
EXTRAVERSION =
NAME = Sneaky Weasel
diff --git a/block/blk-core.c b/block/blk-core.c
index 2f49f43..35ae52d 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-22 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 15:44 Linux 3.0.48 Greg KH
2012-10-22 15:44 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.