commit | 4f3572954a9d4cbf992072713af284d990b65d87 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Wed Jul 18 15:44:41 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jul 18 15:44:41 2018 +0200 |
tree | d83d72a2c9d7ce17857631ab07cd53d68e874fc9 | |
parent | d9854c87f0ed1a5f32fec24bb5b5fb426ad79c26 [diff] |
ovl: copy up inode flags On inode creation copy certain inode flags from the underlying real inode to the overlay inode. This is in preparation for moving overlay functionality out of the VFS. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>