commit | 78a3fa4f3249055b472983065b30c02392cf7e2a | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue Oct 04 14:40:44 2016 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Oct 14 11:16:46 2016 +0200 |
tree | 3a63686b48a69da9ae623c39047e76f9f523466a | |
parent | cb348edb6bef7250d1d0f8f2d7dac152d8b52626 [diff] |
ovl: use generic_readlink All filesystems that are backers for overlayfs would also use generic_readlink(). Move this logic to the overlay itself, which is a nice cleanup. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>