summaryrefslogtreecommitdiffstats
path: root/include/linux/msdos_fs.h
diff options
context:
space:
mode:
authorAdrian Bunk2006-03-28 11:56:26 +0200
committerLinus Torvalds2006-03-28 19:16:03 +0200
commita28af471b8946de052a0eb0c080d5457be93f168 (patch)
treee1a17db252831fc2cd7ff206f37b8232a34957e9 /include/linux/msdos_fs.h
parent[PATCH] drivers/block/paride/pd.c: fix an off-by-one error (diff)
downloadkernel-qcow2-linux-a28af471b8946de052a0eb0c080d5457be93f168.tar.gz
kernel-qcow2-linux-a28af471b8946de052a0eb0c080d5457be93f168.tar.xz
kernel-qcow2-linux-a28af471b8946de052a0eb0c080d5457be93f168.zip
[PATCH] fs/fat/: proper prototypes for two functions
Add proper prototypes for fat_cache_init() and fat_cache_destroy() in msdos_fs.h. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/msdos_fs.h')
-rw-r--r--include/linux/msdos_fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h
index 779e6a5744c7..53cee1581650 100644
--- a/include/linux/msdos_fs.h
+++ b/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