diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2004-09-04 01:31:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-04 01:31:30 -0700 |
| commit | 02f4290357f5329296a0a8101cf061e8715beae5 (patch) | |
| tree | 97021cb443b7b447ec528edcba60d976145e1cfb /include/linux | |
| parent | b4c222216a6421a4003cda89a21153df9639890f (diff) | |
[PATCH] fat: add static
In the long sequence of static additions, here some fat ones.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msdos_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index d8916f9bfa09..6d141394ff3e 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h @@ -233,8 +233,6 @@ extern int fat_access(struct super_block *sb, int nr, int new_value); extern int __fat_access(struct super_block *sb, int nr, int new_value); extern int fat_bmap(struct inode *inode, sector_t sector, sector_t *phys); extern void fat_cache_init(struct super_block *sb); -extern void fat_cache_lookup(struct inode *inode, int cluster, int *f_clu, - int *d_clu); extern void fat_cache_add(struct inode *inode, int f_clu, int d_clu); extern void fat_cache_inval_inode(struct inode *inode); extern int fat_get_cluster(struct inode *inode, int cluster, |
