Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4051
b: refs/heads/master
c: ef6689e
h: refs/heads/master
i:
  4049: e5fadec
  4047: 5aea849
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 1, 2005
1 parent a77445c commit aec71ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: eaf05be039cf5adfba5b1846452ce89646110fdb
refs/heads/master: ef6689eff4b58273fed9e54293a3da983b321e9a
2 changes: 1 addition & 1 deletion trunk/fs/fat/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int __init fat_cache_init(void)
return 0;
}

void __exit fat_cache_destroy(void)
void fat_cache_destroy(void)
{
if (kmem_cache_destroy(fat_cache_cachep))
printk(KERN_INFO "fat_cache: not all structures were freed\n");
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ int fat_fill_super(struct super_block *sb, void *data, int silent,
EXPORT_SYMBOL(fat_fill_super);

int __init fat_cache_init(void);
void __exit fat_cache_destroy(void);
void fat_cache_destroy(void);

static int __init init_fat_fs(void)
{
Expand Down

0 comments on commit aec71ba

Please sign in to comment.