commit | d5b4854357f47899ea5b0336b41b04e81b62b11d | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 10 15:04:08 2019 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 10 16:29:48 2019 +0200 |
tree | e50720bd959e2226432c8fc876071affa9b4aa55 | |
parent | 76e43c8ccaa35c30d5df853013561145a0f750a5 [diff] |
fuse: flatten 'struct fuse_args' ...to make future expansion simpler. The hiearachical structure is a historical thing that does not serve any practical purpose. The generated code is excatly the same before and after the patch. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>