From: Andrew Morton fs/xfs/xfs_vfsops.c:2121: error: static declaration of 'xfs_freeze' follows non-static declaration fs/xfs/xfs_vfsops.h:24: error: previous declaration of 'xfs_freeze' was here Cc: David Chinner Cc: Timothy Shimmin Signed-off-by: Andrew Morton --- fs/xfs/xfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/xfs/xfs_vfsops.h~git-xfs-build-fix fs/xfs/xfs_vfsops.h diff -puN fs/xfs/xfs_vfsops.c~git-xfs-build-fix fs/xfs/xfs_vfsops.c --- a/fs/xfs/xfs_vfsops.c~git-xfs-build-fix +++ a/fs/xfs/xfs_vfsops.c @@ -2115,7 +2115,7 @@ xfs_showargs( * need to take care of themetadata. Once that's done write a dummy * record to dirty the log in case of a crash while frozen. */ -STATIC void +void xfs_freeze( xfs_mount_t *mp) { _