From 7fa2ed93a8c5c346537d05b104ce2d13500fe7d1 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Mon, 13 Apr 2009 14:39:47 -0700 Subject: [PATCH] --- yaml --- r: 143194 b: refs/heads/master c: 17a5138d204014b00cb9c1d6e8ff311993041b5c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/init_task.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/[refs] b/[refs] index 28c8b813148f..0022696292b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb2e5f452a1456c7a20f7566a24d5a8f6ef3edd5 +refs/heads/master: 17a5138d204014b00cb9c1d6e8ff311993041b5c diff --git a/trunk/include/linux/init_task.h b/trunk/include/linux/init_task.h index dcfb93337e9a..d87247d2641f 100644 --- a/trunk/include/linux/init_task.h +++ b/trunk/include/linux/init_task.h @@ -15,19 +15,6 @@ extern struct files_struct init_files; extern struct fs_struct init_fs; -#define INIT_KIOCTX(name, which_mm) \ -{ \ - .users = ATOMIC_INIT(1), \ - .dead = 0, \ - .mm = &which_mm, \ - .user_id = 0, \ - .next = NULL, \ - .wait = __WAIT_QUEUE_HEAD_INITIALIZER(name.wait), \ - .ctx_lock = __SPIN_LOCK_UNLOCKED(name.ctx_lock), \ - .reqs_active = 0U, \ - .max_reqs = ~0U, \ -} - #define INIT_MM(name) \ { \ .mm_rb = RB_ROOT, \