]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/msdos_fs.h
[PATCH] fs/fat/: proper prototypes for two functions
[net-next-2.6.git] / include / linux / msdos_fs.h
index 779e6a5744c77e5dbe8b1112af78026ba89a3cba..53cee15816501d535a124cbffc986b7bc583a675 100644 (file)
@@ -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