Signed-off-by: Andrew Morton --- 25-power4-akpm/fs/fat/inode.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/fat/inode.c~fix-for-fsync-ignoring-writing-errors-fat-fix fs/fat/inode.c --- 25-power4/fs/fat/inode.c~fix-for-fsync-ignoring-writing-errors-fat-fix 2004-09-14 21:16:07.859131576 -0700 +++ 25-power4-akpm/fs/fat/inode.c 2004-09-14 21:16:07.864130816 -0700 @@ -32,7 +32,7 @@ static int fat_default_codepage = CONFIG static char fat_default_iocharset[] = CONFIG_FAT_DEFAULT_IOCHARSET; static int fat_statfs(struct super_block *sb, struct kstatfs *buf); -static void fat_write_inode(struct inode *inode, int wait); +static int fat_write_inode(struct inode *inode, int wait); /* * New FAT inode stuff. We do the following: _