diff options
Diffstat (limited to 'include/linux/fdtable.h')
-rw-r--r-- | include/linux/fdtable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h index 230f87bdf5ad..fbb88740634a 100644 --- a/include/linux/fdtable.h +++ b/include/linux/fdtable.h | |||
@@ -47,6 +47,9 @@ struct files_struct { | |||
47 | * read mostly part | 47 | * read mostly part |
48 | */ | 48 | */ |
49 | atomic_t count; | 49 | atomic_t count; |
50 | bool resize_in_progress; | ||
51 | wait_queue_head_t resize_wait; | ||
52 | |||
50 | struct fdtable __rcu *fdt; | 53 | struct fdtable __rcu *fdt; |
51 | struct fdtable fdtab; | 54 | struct fdtable fdtab; |
52 | /* | 55 | /* |