diff options
Diffstat (limited to 'fs/xfs/xfs_aops.c')
| -rw-r--r-- | fs/xfs/xfs_aops.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 4111a40ebe1a..5f707e537171 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -86,11 +86,11 @@ xfs_destroy_ioend(  	}  	if (ioend->io_iocb) { +		inode_dio_done(ioend->io_inode);  		if (ioend->io_isasync) {  			aio_complete(ioend->io_iocb, ioend->io_error ?  					ioend->io_error : ioend->io_result, 0);  		} -		inode_dio_done(ioend->io_inode);  	}  	mempool_free(ioend, xfs_ioend_pool); |