From b0cab744777193ff125139f2023a8700bb6d3d6a Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 28 Mar 2006 01:56:26 -0800 Subject: [PATCH] --- yaml --- r: 24468 b: refs/heads/master c: a28af471b8946de052a0eb0c080d5457be93f168 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/fat/inode.c | 3 --- trunk/include/linux/msdos_fs.h | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 14cfb6d53842..258172745ad3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3b71797eff4352b4295919efc52de84f84d33d94 +refs/heads/master: a28af471b8946de052a0eb0c080d5457be93f168 diff --git a/trunk/fs/fat/inode.c b/trunk/fs/fat/inode.c index 404bfc9f7385..c1ce284f8a94 100644 --- a/trunk/fs/fat/inode.c +++ b/trunk/fs/fat/inode.c @@ -1435,9 +1435,6 @@ int fat_fill_super(struct super_block *sb, void *data, int silent, EXPORT_SYMBOL_GPL(fat_fill_super); -int __init fat_cache_init(void); -void fat_cache_destroy(void); - static int __init init_fat_fs(void) { int err; diff --git a/trunk/include/linux/msdos_fs.h b/trunk/include/linux/msdos_fs.h index 779e6a5744c7..53cee1581650 100644 --- a/trunk/include/linux/msdos_fs.h +++ b/trunk/include/linux/msdos_fs.h @@ -420,6 +420,9 @@ extern int date_dos2unix(unsigned short time, unsigned short date); extern void fat_date_unix2dos(int unix_date, __le16 *time, __le16 *date); extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs); +int fat_cache_init(void); +void fat_cache_destroy(void); + #endif /* __KERNEL__ */ #endif