Loading fs/aio.c +0 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,6 @@ static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) } file->f_flags = O_RDWR; file->private_data = ctx; return file; } Loading Loading
fs/aio.c +0 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,6 @@ static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) } file->f_flags = O_RDWR; file->private_data = ctx; return file; } Loading