aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aio.c')
-rw-r--r--fs/aio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/aio.c b/fs/aio.c
index 9e319a04780..8c8f6c5b6d7 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1553,10 +1553,9 @@ static void aio_batch_add(struct address_space *mapping,
1553 * 1553 *
1554 * When we're called, we always have a reference 1554 * When we're called, we always have a reference
1555 * on the file, so we must always have a reference 1555 * on the file, so we must always have a reference
1556 * on the inode, so igrab must always just 1556 * on the inode, so ihold() is safe here.
1557 * bump the count and move on.
1558 */ 1557 */
1559 atomic_inc(&mapping->host->i_count); 1558 ihold(mapping->host);
1560 abe->mapping = mapping; 1559 abe->mapping = mapping;
1561 hlist_add_head(&abe->list, &batch_hash[bucket]); 1560 hlist_add_head(&abe->list, &batch_hash[bucket]);
1562 return; 1561 return;