kernel: __rcu annotations
This adds annotations for RCU operations in core kernel components Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Al Viro <viro@ZenIV.linux.org.uk> Cc: Jens Axboe <jens.axboe@oracle.com> Cc: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
		
					parent
					
						
							
								d2c2486bc8
							
						
					
				
			
			
				commit
				
					
						4d2deb40b2
					
				
			
		
					 6 changed files with 11 additions and 11 deletions
				
			
		|  | @ -1380,7 +1380,7 @@ struct super_block { | |||
| 	 * Saved mount options for lazy filesystems using | ||||
| 	 * generic_show_options() | ||||
| 	 */ | ||||
| 	char *s_options; | ||||
| 	char __rcu *s_options; | ||||
| }; | ||||
| 
 | ||||
| extern struct timespec current_fs_time(struct super_block *sb); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Arnd Bergmann
				Arnd Bergmann