Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24468
b: refs/heads/master
c: a28af47
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Mar 28, 2006
1 parent 3096ae2 commit b0cab74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b71797eff4352b4295919efc52de84f84d33d94
refs/heads/master: a28af471b8946de052a0eb0c080d5457be93f168
3 changes: 0 additions & 3 deletions trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/msdos_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0cab74

Please sign in to comment.