mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	 9f6bd30703
			
		
	
	
		9f6bd30703
		
	
	
	
	
		
			
			Disfavoured, and should go away. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			376 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			376 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| #ifndef _BCACHEFS_EXTENT_UPDATE_H
 | |
| #define _BCACHEFS_EXTENT_UPDATE_H
 | |
| 
 | |
| #include "bcachefs.h"
 | |
| 
 | |
| int bch2_extent_atomic_end(struct btree_trans *, struct btree_iter *,
 | |
| 			   struct bkey_i *, struct bpos *);
 | |
| int bch2_extent_trim_atomic(struct btree_trans *, struct btree_iter *,
 | |
| 			    struct bkey_i *);
 | |
| 
 | |
| #endif /* _BCACHEFS_EXTENT_UPDATE_H */
 |