diff options
Diffstat (limited to 'fs/aio.c')
| -rw-r--r-- | fs/aio.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -29,7 +29,6 @@ | |||
| 29 | #include <linux/highmem.h> | 29 | #include <linux/highmem.h> | 
| 30 | #include <linux/workqueue.h> | 30 | #include <linux/workqueue.h> | 
| 31 | #include <linux/security.h> | 31 | #include <linux/security.h> | 
| 32 | #include <linux/rcuref.h> | ||
| 33 | 32 | ||
| 34 | #include <asm/kmap_types.h> | 33 | #include <asm/kmap_types.h> | 
| 35 | #include <asm/uaccess.h> | 34 | #include <asm/uaccess.h> | 
| @@ -514,7 +513,7 @@ static int __aio_put_req(struct kioctx *ctx, struct kiocb *req) | |||
| 514 | /* Must be done under the lock to serialise against cancellation. | 513 | /* Must be done under the lock to serialise against cancellation. | 
| 515 | * Call this aio_fput as it duplicates fput via the fput_work. | 514 | * Call this aio_fput as it duplicates fput via the fput_work. | 
| 516 | */ | 515 | */ | 
| 517 | if (unlikely(rcuref_dec_and_test(&req->ki_filp->f_count))) { | 516 | if (unlikely(atomic_dec_and_test(&req->ki_filp->f_count))) { | 
| 518 | get_ioctx(ctx); | 517 | get_ioctx(ctx); | 
| 519 | spin_lock(&fput_lock); | 518 | spin_lock(&fput_lock); | 
| 520 | list_add(&req->ki_list, &fput_head); | 519 | list_add(&req->ki_list, &fput_head); | 
