mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	cifs: trivial: add space in fsc error message
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
		
							parent
							
								
									9c4843ea57
								
							
						
					
					
						commit
						83fb086e0e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1391,7 +1391,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, | |||
| 				"/proc/fs/cifs/LookupCacheEnabled to 0\n"); | ||||
| 		} else if (strnicmp(data, "fsc", 3) == 0) { | ||||
| #ifndef CONFIG_CIFS_FSCACHE | ||||
| 			cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE" | ||||
| 			cERROR(1, "FS-Cache support needs CONFIG_CIFS_FSCACHE " | ||||
| 				  "kernel config option set"); | ||||
| 			goto cifs_parse_mount_err; | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Jeff Layton
						Jeff Layton