aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-05-26 17:58:53 +0200
committerJoel Becker <joel.becker@oracle.com>2010-06-15 15:43:46 -0700
commit6469272c350872980891dbe38e81c936c43f2d9b (patch)
tree5aee3dd3731e18ca9909338d039aacaf5ebdf7d1 /kernel/sysctl.c
parentLinux 2.6.35-rc3 (diff)
downloadlinux-dev-6469272c350872980891dbe38e81c936c43f2d9b.tar.xz
linux-dev-6469272c350872980891dbe38e81c936c43f2d9b.zip
fs/ocfs2/dlm: Add missing spin_unlock
Add a spin_unlock missing on the error path. Unlock as in the other code that leads to the leave label. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E1; @@ * spin_lock(E1,...); <+... when != E1 if (...) { ... when != E1 * return ...; } ...+> * spin_unlock(E1,...); // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions