]> Git Repo - linux.git/commitdiff
Add a missing unlock_kernel() in raw_open()
authorDan Carpenter <[email protected]>
Fri, 27 Mar 2009 10:28:48 +0000 (13:28 +0300)
committerJonathan Corbet <[email protected]>
Fri, 27 Mar 2009 16:59:09 +0000 (10:59 -0600)
Cc: [email protected]
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
drivers/char/raw.c

index 96adf28a17e43b309d8af6858d695015c84cc6d1..20d90e6a6e50fb41dfdd2601b1ae6617c40a6070 100644 (file)
@@ -90,6 +90,7 @@ out1:
        blkdev_put(bdev, filp->f_mode);
 out:
        mutex_unlock(&raw_mutex);
+       unlock_kernel();
        return err;
 }
 
This page took 0.054843 seconds and 4 git commands to generate.