From: Andrew Morton fs/unionfs/file.c:147: error: 'file_fsync' undeclared here (not in a function) Cc: Josef 'Jeff' Sipek Signed-off-by: Andrew Morton --- fs/unionfs/file.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/unionfs/file.c~git-unionfs-fix-2 fs/unionfs/file.c --- a/fs/unionfs/file.c~git-unionfs-fix-2 +++ a/fs/unionfs/file.c @@ -17,6 +17,7 @@ */ #include "union.h" +#include /******************* * File Operations * _