mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	ovl: fix overlay: warning prefix
Conform two stray warning messages to the standard overlayfs: prefix. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
		
							parent
							
								
									7879cb43f9
								
							
						
					
					
						commit
						da2e6b7eed
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -887,7 +887,8 @@ static int ovl_set_redirect(struct dentry *dentry, bool samedir) | |||
| 		spin_unlock(&dentry->d_lock); | ||||
| 	} else { | ||||
| 		kfree(redirect); | ||||
| 		pr_warn_ratelimited("overlay: failed to set redirect (%i)\n", err); | ||||
| 		pr_warn_ratelimited("overlayfs: failed to set redirect (%i)\n", | ||||
| 				    err); | ||||
| 		/* Fall back to userspace copy-up */ | ||||
| 		err = -EXDEV; | ||||
| 	} | ||||
|  |  | |||
|  | @ -499,7 +499,7 @@ out: | |||
| 	return err; | ||||
| 
 | ||||
| fail: | ||||
| 	pr_warn_ratelimited("overlay: failed to look up (%s) for ino (%i)\n", | ||||
| 	pr_warn_ratelimited("overlayfs: failed to look up (%s) for ino (%i)\n", | ||||
| 			    p->name, err); | ||||
| 	goto out; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Amir Goldstein
						Amir Goldstein