forked from mirrors/linux
		
	f2fs: fix wrong #endif
We have to cover whole headerfile with last #endif. Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
		
							parent
							
								
									fb40d618b0
								
							
						
					
					
						commit
						0af725fcb7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3626,8 +3626,6 @@ extern void f2fs_build_fault_attr(struct f2fs_sb_info *sbi, unsigned int rate,
 | 
				
			||||||
#define f2fs_build_fault_attr(sbi, rate, type)		do { } while (0)
 | 
					#define f2fs_build_fault_attr(sbi, rate, type)		do { } while (0)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static inline bool is_journalled_quota(struct f2fs_sb_info *sbi)
 | 
					static inline bool is_journalled_quota(struct f2fs_sb_info *sbi)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
#ifdef CONFIG_QUOTA
 | 
					#ifdef CONFIG_QUOTA
 | 
				
			||||||
| 
						 | 
					@ -3640,3 +3638,5 @@ static inline bool is_journalled_quota(struct f2fs_sb_info *sbi)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	return false;
 | 
						return false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue