]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - fs/overlayfs/super.c
ovl: Add an alternative type of whiteout
[thirdparty/kernel/linux.git] / fs / overlayfs / super.c
index 0a42a25656fac7e93858f3297eaf8763412fbed9..1a95ee237fa9b1378cd5f4c6b6d0aec4a1fc6757 100644 (file)
@@ -585,7 +585,7 @@ static int ovl_check_rename_whiteout(struct ovl_fs *ofs)
        if (IS_ERR(whiteout))
                goto cleanup_temp;
 
-       err = ovl_is_whiteout(whiteout);
+       err = ovl_upper_is_whiteout(ofs, whiteout);
 
        /* Best effort cleanup of whiteout and temp file */
        if (err)