Skip to content
Commit de04e769 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Al Viro
Browse files

fs/aio.c: eliminate redundant loads in put_aio_ring_file



Using a local variable we can prevent gcc from reloading
aio_ring_file->f_inode->i_mapping twice, eliminating 2x2 dependent
loads.

Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent be218aa2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment