From 58ce5653fbea342b4b67af967c7a8383ad5ea1eb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Dec 2014 08:28:50 -0600 Subject: [PATCH] Fix a typo in a recent commit --- fs/vfs/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/vfs/Make.defs b/fs/vfs/Make.defs index 2ef44a96bf..b43f24572d 100644 --- a/fs/vfs/Make.defs +++ b/fs/vfs/Make.defs @@ -77,7 +77,7 @@ CSRCS += fs_unlink.c fs_write.c # Certain interfaces are not available if there is no mountpoint support ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y) -CSRCS += fs_fsync +CSRCS += fs_fsync.c endif # Support for positional file access