-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Description
Tried to compile Docker-enabled config. Got this error:
fs/overlayfs/super.c:985:3: error: implicit declaration of function 'rkp_reset_mnt_flags'
[-Werror,-Wimplicit-function-declaration]
rkp_reset_mnt_flags(ufs->upper_mnt, (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME));
^
fs/overlayfs/super.c:985:3: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
fs/overlayfs/super.c:1062:9: error: implicit declaration of function 'rkp_set_mnt_flags' [-Werror,-Wimplicit-function-declaration]
rkp_set_mnt_flags(mnt,MNT_READONLY|MNT_NOATIME);
^
fs/overlayfs/super.c:1062:9: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
4 errors generated.
Problem in code:
samsung-exynos9820/fs/overlayfs/super.c
Line 985 in 41aba77
| rkp_reset_mnt_flags(ufs->upper_mnt, (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME)); |
cruel-HVJ5-v5.3
kernel config here:
Metadata
Metadata
Assignees
Labels
No labels