commit | d33e72a26d821f5132410bd27d741f58eef728c9 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri May 18 02:03:24 2012 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri May 18 02:03:24 2012 +0200 |
tree | bcb109135f76a9b65e8c922c62fc22f119af9a0e | |
parent | 318a273ea9248c363d8cbc3a053be2ef4adff902 [diff] |
Merge adjacent printing operations in a few places * file.c (sys_readahead): Merge tprints() with following printllval(). (sys_ftruncate64): Likewise. (sys_fadvise64): Likewise. (sys_fadvise64_64): Likewise. (sys_fallocate): Merge tprints() with following tprintf(). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>