|
@@ -883,6 +883,9 @@ struct inode *ovl_get_inode(struct super_block *sb,
|
|
|
|
|
|
OVL_I(inode)->redirect = oip->redirect;
|
|
OVL_I(inode)->redirect = oip->redirect;
|
|
|
|
|
|
|
|
+ if (bylower)
|
|
|
|
+ ovl_set_flag(OVL_CONST_INO, inode);
|
|
|
|
+
|
|
/* Check for non-merge dir that may have whiteouts */
|
|
/* Check for non-merge dir that may have whiteouts */
|
|
if (is_dir) {
|
|
if (is_dir) {
|
|
if (((upperdentry && lowerdentry) || oip->numlower > 1) ||
|
|
if (((upperdentry && lowerdentry) || oip->numlower > 1) ||
|