aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index fb425aa16c01..da8cf5cc1aa6 100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -322,6 +322,7 @@ struct mm_rss_stat {
322 atomic_long_t count[NR_MM_COUNTERS]; 322 atomic_long_t count[NR_MM_COUNTERS];
323}; 323};
324 324
325struct kioctx_table;
325struct mm_struct { 326struct mm_struct {
326 struct vm_area_struct * mmap; /* list of VMAs */ 327 struct vm_area_struct * mmap; /* list of VMAs */
327 struct rb_root mm_rb; 328 struct rb_root mm_rb;
@@ -382,8 +383,8 @@ struct mm_struct {
382 383
383 struct core_state *core_state; /* coredumping support */ 384 struct core_state *core_state; /* coredumping support */
384#ifdef CONFIG_AIO 385#ifdef CONFIG_AIO
385 spinlock_t ioctx_lock; 386 spinlock_t ioctx_lock;
386 struct hlist_head ioctx_list; 387 struct kioctx_table __rcu *ioctx_table;
387#endif 388#endif
388#ifdef CONFIG_MM_OWNER 389#ifdef CONFIG_MM_OWNER
389 /* 390 /*