]> Git Repo - linux.git/blobdiff - fs/file.c
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
[linux.git] / fs / file.c
index 97df385d6ab059e4ebaf434cd0b91dc6594ea154..3da91a112babe874af392635a32e971d8885937f 100644 (file)
--- a/fs/file.c
+++ b/fs/file.c
@@ -457,6 +457,7 @@ struct files_struct init_files = {
                .full_fds_bits  = init_files.full_fds_bits_init,
        },
        .file_lock      = __SPIN_LOCK_UNLOCKED(init_files.file_lock),
+       .resize_wait    = __WAIT_QUEUE_HEAD_INITIALIZER(init_files.resize_wait),
 };
 
 static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start)
This page took 0.03451 seconds and 4 git commands to generate.