Skip to content

Commit

Permalink
Version 1.7.0.21 (with building warnings resolved)
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <shenping.matt@bytedance.com>
  • Loading branch information
shenping-bd committed Aug 27, 2024
1 parent 7b255a6 commit bcb6ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/LKM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ccflags-y += -D SMITH_HAVE_MNTNS_OPS_INUM
endif

FCHECK_H_FILES := $(shell find -L $(K_I_PATH) -path \*/linux/fdtable.h) /dev/null
FCHECK_SUPPORT := $(shell sh -c "grep -sE \\*[[:space:]]*fcheck_files $(FCHECK_H_FILES)")
FCHECK_SUPPORT := $(shell sh -c "grep -sE [\\]*[[:space:]]*fcheck_files $(FCHECK_H_FILES)")
ifneq ($(FCHECK_SUPPORT),)
ccflags-y += -D SMITH_HAVE_FCHECK_FILES
endif
Expand Down

0 comments on commit bcb6ac0

Please sign in to comment.