mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	nilfs2: fix typo in comment of nilfs_dat_move function
Fixes a typo: "uncommited" -> "uncommitted". Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
		
							parent
							
								
									103cfcf522
								
							
						
					
					
						commit
						f6c26ec508
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -335,7 +335,7 @@ int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) | |||
| 	 * the device at this point. | ||||
| 	 * | ||||
| 	 * To prevent nilfs_dat_translate() from returning the | ||||
| 	 * uncommited block number, this makes a copy of the entry | ||||
| 	 * uncommitted block number, this makes a copy of the entry | ||||
| 	 * buffer and redirects nilfs_dat_translate() to the copy. | ||||
| 	 */ | ||||
| 	if (!buffer_nilfs_redirected(entry_bh)) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ryusuke Konishi
						Ryusuke Konishi