commit | 44d5bf109a73f4162d97ab714770fdf76a8dc685 | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Fri May 11 11:49:27 2018 -0400 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Jul 20 09:56:07 2018 +0200 |
tree | 5db49b74b50f65967796d0783a231675ea03f166 | |
parent | bd64e57586d3722d2fc06093c3d7e3c4adb9e060 [diff] |
ovl: Copy up only metadata during copy up where it makes sense If it makes sense to copy up only metadata during copy up, do it. This is done for regular files which are not opened for WRITE. Right now ->metacopy is set to 0 always. Last patch in the series will remove the hard coded statement and enable metacopy feature. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>