- internal structure rearrangement; - respond to char device open requests to avoid hanging VFS threads; - make drivers use designated initializers; - use devminor_t for all minor device numbers; - change bdr_other hook to take ipc_status and return nothing; - fix default geometry computation; - add support for sef_cancel. Change-Id: Ia063a136a3ddb2b78de36180feda870605753d70
		
			
				
	
	
		
			9 lines
		
	
	
		
			278 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			278 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _BLOCKDRIVER_DRIVER_H
 | 
						|
#define _BLOCKDRIVER_DRIVER_H
 | 
						|
 | 
						|
void blockdriver_process_on_thread(struct blockdriver *bdp, message *m_ptr,
 | 
						|
	int ipc_status, thread_id_t thread);
 | 
						|
void blockdriver_reply(message *m_ptr, int ipc_status, int reply);
 | 
						|
 | 
						|
#endif /* _BLOCKDRIVER_DRIVER_H */
 |