Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143194
b: refs/heads/master
c: 17a5138
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Apr 13, 2009
1 parent 886a5a8 commit 7fa2ed9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb2e5f452a1456c7a20f7566a24d5a8f6ef3edd5
refs/heads/master: 17a5138d204014b00cb9c1d6e8ff311993041b5c
13 changes: 0 additions & 13 deletions trunk/include/linux/init_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit 7fa2ed9

Please sign in to comment.