commit | 2f28b2bdbbe229b760e7c2a271d73a19f929ca76 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Apr 02 14:54:56 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Apr 02 14:55:29 2019 +0200 |
tree | d4607c6ac47cc0cfdde18109395777521142781a | |
parent | 4f74bb6059b54df31b9a6cdaf844112a7003b0ff [diff] |
fsync,sync: merge into one source module With FEATURE_SYNC_FANCY not set: function old new delta fsync_main 130 123 -7 With FEATURE_SYNC_FANCY set, should be much larger code size savings. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>