aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/file_table.c')
-rw-r--r--fs/file_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/file_table.c b/fs/file_table.c
index bbeeac6efa1a..aa1e18050282 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -127,6 +127,7 @@ struct file *get_empty_filp(void)
127 atomic_long_set(&f->f_count, 1); 127 atomic_long_set(&f->f_count, 1);
128 rwlock_init(&f->f_owner.lock); 128 rwlock_init(&f->f_owner.lock);
129 f->f_cred = get_cred(cred); 129 f->f_cred = get_cred(cred);
130 spin_lock_init(&f->f_lock);
130 eventpoll_init_file(f); 131 eventpoll_init_file(f);
131 /* f->f_version: 0 */ 132 /* f->f_version: 0 */
132 return f; 133 return f;