diff options
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r-- | fs/ext2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 2690e460f2ef..04bc96caa7b2 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -157,7 +157,7 @@ static void ext2_destroy_inode(struct inode *inode) | |||
157 | kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); | 157 | kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); |
158 | } | 158 | } |
159 | 159 | ||
160 | static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags) | 160 | static void init_once(struct kmem_cache * cachep, void *foo) |
161 | { | 161 | { |
162 | struct ext2_inode_info *ei = (struct ext2_inode_info *) foo; | 162 | struct ext2_inode_info *ei = (struct ext2_inode_info *) foo; |
163 | 163 | ||