diff --git a/fs/aio.c b/fs/aio.c index 9ce9e8ea773fb9f798e2def8f06ec750af62859a..55e03a858e8b0b6b6dec8553e469c1c0fd5bff24 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -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; }