commit | a72553505f11d507ef8d86ea9cb94da68011f417 | [log] [tgz] |
---|---|---|
author | Pratik Shinde <pratikshinde320@gmail.com> | Wed Aug 14 02:08:40 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 15 14:20:31 2019 +0200 |
tree | dfee7d34f78d21f779149010a5bfe0a8d3603199 | |
parent | c391818a10def7f5aa989842892a4306e75c917d [diff] |
staging: erofs: removing an extra call to iloc() in fill_inode() in fill_inode() we call iloc() twice.Avoiding the extra call by storing the result. Signed-off-by: Pratik Shinde <pratikshinde320@gmail.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Cc: Gao Xiang <gaoxiang25@huawei.com> Link: https://lore.kernel.org/r/20190813203840.13782-1-pratikshinde320@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>