Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Feb 7, 2025
1 parent cbdfa33 commit a191fc7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/overlayfs.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/fs/overlayfs/Makefile b/fs/overlayfs/Makefile
index 408d8f5e0..3fecd2e4c 100644
--- a/fs/overlayfs/Makefile
+++ b/fs/overlayfs/Makefile
@@ -3,6 +3,8 @@
# Makefile for the overlay filesystem.
#

+ccflags-y += -Wno-array-bounds
+
obj-$(CONFIG_OVERLAY_FS) += overlay.o

overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \

0 comments on commit a191fc7

Please sign in to comment.