From b4e7614ae7f3641ed70a23f0ebd6a4b9cacfd128 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 16 Oct 2009 02:25:25 +0200 Subject: [PATCH] --- yaml --- r: 175488 b: refs/heads/master c: 348c4b9078ba8d9bef2e453c7ded07fde4748c79 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/compat_ioctl.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2bde3741346d..741045c999bb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb07a5f857ac8a2035d3f642317b0119b1056a7f +refs/heads/master: 348c4b9078ba8d9bef2e453c7ded07fde4748c79 diff --git a/trunk/fs/compat_ioctl.c b/trunk/fs/compat_ioctl.c index 6ad1c56a6c0e..a383424f1b25 100644 --- a/trunk/fs/compat_ioctl.c +++ b/trunk/fs/compat_ioctl.c @@ -1918,9 +1918,7 @@ asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd, found_handler: if (t->handler) { - lock_kernel(); error = t->handler(fd, cmd, arg, filp); - unlock_kernel(); goto out_fput; }