Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94001
b: refs/heads/master
c: 7edf85a
h: refs/heads/master
i:
  93999: 02a0858
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 28, 2008
1 parent 134ebb1 commit af39a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b5ee5befa75e33e55d34584ad10286c5005cb1de
refs/heads/master: 7edf85aa3c00df1e86e82f649c41efa0dd8a7218
4 changes: 2 additions & 2 deletions trunk/include/linux/mm_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ struct mm_struct {
atomic_t mm_users; /* How many users with user space? */
atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */
int map_count; /* number of VMAs */
int core_waiters;
struct rw_semaphore mmap_sem;
spinlock_t page_table_lock; /* Protects page tables and some counters */

Expand Down Expand Up @@ -216,11 +217,10 @@ struct mm_struct {
unsigned long flags; /* Must use atomic bitops to access the bits */

/* coredumping support */
int core_waiters;
struct completion *core_startup_done, core_done;

/* aio bits */
rwlock_t ioctx_list_lock;
rwlock_t ioctx_list_lock; /* aio lock */
struct kioctx *ioctx_list;
#ifdef CONFIG_CGROUP_MEM_RES_CTLR
struct mem_cgroup *mem_cgroup;
Expand Down

0 comments on commit af39a05

Please sign in to comment.