commit | 961af647fc9ebcdb3e98c8f11b399ebe01169fb1 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Tue Jul 11 15:58:36 2017 +0300 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Jul 13 22:06:46 2017 +0200 |
tree | 470a5e693a87b950eece3c82a284da0ea292620c | |
parent | ea3dad18dc5f778cfd931311a91a9315aa0065a3 [diff] |
ovl: fix origin verification of index dir Commit 54fb347e836f ("ovl: verify index dir matches upper dir") introduced a new ovl_fh flag OVL_FH_FLAG_PATH_UPPER to indicate an upper file handle, but forgot to add the flag to the mask of valid flags, so index dir origin verification always discards existing origin and stores a new one. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>