commit | 29433a2991fa636c1fcd5bf5893cf92c37e0b26c | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Sat Oct 01 07:32:32 2016 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Sat Oct 01 07:32:32 2016 +0200 |
tree | d70fc6a8b489570936c1e34cd33a594025e267df | |
parent | bcb6f6d2b9c299db32b20f4357c36a101e7f0293 [diff] |
fuse: get rid of fc->flags Only two flags: "default_permissions" and "allow_other". All other flags are handled via bitfields. So convert these two as well. They don't change during the lifetime of the filesystem, so this is quite safe. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>