commit | c62520a83bceae0bb0b7b3de10c3e81205cd3823 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Sun Jan 14 19:25:31 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jan 24 11:25:58 2018 +0100 |
tree | f94b1fca8653e0a659d729859b188a74caaebaec | |
parent | aa3ff3c152ff94ef045ed802db7535167f8a21ab [diff] |
ovl: store 'has_upper' and 'opaque' as bit flags We need to make some room in struct ovl_entry to store information about redirected ancestors for NFS export, so cram two booleans as bit flags. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>