commit | 58ed4e70f253d80ed72faba7873dc11603b398bc | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu May 26 02:01:47 2016 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Jul 29 12:05:22 2016 +0200 |
tree | 83d8e490d7ce0b206427305213a187416daa3152 | |
parent | eead4f2dc4f851a3790c49850e96a1d155bf5451 [diff] |
ovl: store ovl_entry in inode->i_private for all inodes Previously this was only done for directory inodes. Doing so for all inodes makes for a nice cleanup in ovl_permission at zero cost. Inodes are not shared for hard links on the overlay, so this works fine. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>