2.6.27-stable review patch. If anyone has any objections, please let us know. ------------------ From: Dan Carpenter upstream commit: 996ff68d8b358885c1de82a45517c607999947c7 Cc: stable@kernel.org Signed-off-by: Dan Carpenter Signed-off-by: Jonathan Corbet Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman --- drivers/char/raw.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/char/raw.c +++ b/drivers/char/raw.c @@ -90,6 +90,7 @@ out1: blkdev_put(bdev); out: mutex_unlock(&raw_mutex); + unlock_kernel(); return err; } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/