mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	JFS: Fix typo in last patch
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
This commit is contained in:
		
							parent
							
								
									21d1ee8b37
								
							
						
					
					
						commit
						c40c202493
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -640,7 +640,7 @@ struct metapage *__get_metapage(struct inode *inode, unsigned long lblock,
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		page = read_cache_page(mapping, page_index,
 | 
							page = read_cache_page(mapping, page_index,
 | 
				
			||||||
			    (filler_t *)mapping->a_ops->readpage, NULL);
 | 
								    (filler_t *)mapping->a_ops->readpage, NULL);
 | 
				
			||||||
		if (IS_ERR(page) || !PageUptodate(mp->page)) {
 | 
							if (IS_ERR(page) || !PageUptodate(page)) {
 | 
				
			||||||
			jfs_err("read_cache_page failed!");
 | 
								jfs_err("read_cache_page failed!");
 | 
				
			||||||
			return NULL;
 | 
								return NULL;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue