mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 05:13:18 +00:00
current_time() is no longer extern.
Since v6.5-rc1-7-g9b6304c1d537, current_time() is no longer extern, so we need to update this grep regex to continue to match. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -192,7 +192,7 @@ endif
|
||||
#
|
||||
# Kernel has current_time(inode) to uniformly retreive timespec in the right unit
|
||||
#
|
||||
ifneq (,$(shell grep 'extern struct timespec64 current_time' include/linux/fs.h))
|
||||
ifneq (,$(shell grep 'struct timespec64 current_time' include/linux/fs.h))
|
||||
ccflags-y += -DKC_CURRENT_TIME_INODE=1
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user