]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] expand_fdtable(): remove pointless unlock+lock
authorAndrew Morton <akpm@osdl.org>
Fri, 29 Sep 2006 09:01:44 +0000 (02:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:25 +0000 (09:18 -0700)
commit0d0a4e49003c978cc8f9ea93a164a43d2e75c3fd
tree68bec9183fcee79370e076244be347dd20d5dd9f
parentcac313547bc28f016a1c6315cc0a517f8410f663
[PATCH] expand_fdtable(): remove pointless unlock+lock

This unlock/lock on a super-unlikely path isn't worth the kernel text.

Cc: Vadim Lobanov <vlobanov@speakeasy.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/file.c