mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	fs/adfs/super.c: add __init to init_inodecache()
init_inodecache is only called by __init init_adfs_fs. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									80df284765
								
							
						
					
					
						commit
						894122db49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -266,7 +266,7 @@ static void init_once(void *foo) | |||
| 	inode_init_once(&ei->vfs_inode); | ||||
| } | ||||
| 
 | ||||
| static int init_inodecache(void) | ||||
| static int __init init_inodecache(void) | ||||
| { | ||||
| 	adfs_inode_cachep = kmem_cache_create("adfs_inode_cache", | ||||
| 					     sizeof(struct adfs_inode_info), | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Fabian Frederick
						Fabian Frederick