mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	brd: get rid of unused members from struct brd_device
brd_refcnt, brd_offset, brd_sizelimit and brd_blocksize in struct brd_device seem to be copied from struct loop_device but they're not used anywhere. Let get rid of them. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
		
							parent
							
								
									f4fa3424c6
								
							
						
					
					
						commit
						a2cba2913c
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -35,10 +35,6 @@
 | 
			
		|||
 */
 | 
			
		||||
struct brd_device {
 | 
			
		||||
	int		brd_number;
 | 
			
		||||
	int		brd_refcnt;
 | 
			
		||||
	loff_t		brd_offset;
 | 
			
		||||
	loff_t		brd_sizelimit;
 | 
			
		||||
	unsigned	brd_blocksize;
 | 
			
		||||
 | 
			
		||||
	struct request_queue	*brd_queue;
 | 
			
		||||
	struct gendisk		*brd_disk;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue