diff options
author | Chao Yu <yuchao0@huawei.com> | 2018-12-18 14:20:16 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-12-27 02:16:55 +0300 |
commit | c0362117c3b87322366865e8db000449e5ec2caf (patch) | |
tree | 4e6f6948b01a9a643668743f70761f7b0f9941c2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9249dded7b5cb539a8c8698b25d08a3c15261470 (diff) | |
download | linux-c0362117c3b87322366865e8db000449e5ec2caf.tar.xz |
f2fs: clean up structure extent_node
The union in struct extent_node wass only to indicate below fields
struct rb_node rb_node;
union {
struct {
unsigned int fofs;
unsigned int len;
...
...
can be parsed as fields in struct rb_entry, but they were never be
used explicitly before, so let's remove them for cleanup.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions