mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	bcachefs: Improve startup message
We're not always mounting when we start the filesystem Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
		
							parent
							
								
									a2cb8a6236
								
							
						
					
					
						commit
						ec8bf491a9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -968,7 +968,7 @@ static void print_mount_opts(struct bch_fs *c) | |||
| 	struct printbuf p = PRINTBUF; | ||||
| 	bool first = true; | ||||
| 
 | ||||
| 	prt_str(&p, "mounting version "); | ||||
| 	prt_str(&p, "starting version "); | ||||
| 	bch2_version_to_text(&p, c->sb.version); | ||||
| 
 | ||||
| 	if (c->opts.read_only) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Kent Overstreet
						Kent Overstreet