commit | b43f4409fd3c577b1f059dc1f31686d59aa57980 | [log] [tgz] |
---|---|---|
author | Keith Mok <kmok@cyngn.com> | Mon Sep 07 23:17:35 2015 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Wed Aug 24 11:02:02 2016 -0700 |
tree | d6bdfa461bfe4495f1177b722e7a1b8aea38342e | |
parent | 62b6f4fdd3118235096d037a2fafa894f2796885 [diff] |
Fix f2fs_trim_device multiple definitions The host tool (make_f2fs) will override the f2fs_trim_device function. Add weak attribute to the f2fs_trim_device function in f2fs_format_utils.c Otherwise multiple definitions of symbols will occurs. Change-Id: Icfb1557e0b9b0bf5102845193d6ab0ef2a9c0bae