diff options
author | Arnd Bergmann <arnd@arndb.de> | 2010-02-24 14:01:56 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2010-08-19 20:18:03 -0400 |
commit | 4d2deb40b20c2608486598364e63e37b09a9ac2f (patch) | |
tree | cf61f5492623fa69ddc9a0573b50d52b002c2f85 /include/linux/fs.h | |
parent | d2c2486bc8e185548490e8edbc84d185de9eaff1 (diff) |
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>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 76041b614758..aa3dc8d20436 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1380,7 +1380,7 @@ struct super_block { | |||
1380 | * Saved mount options for lazy filesystems using | 1380 | * Saved mount options for lazy filesystems using |
1381 | * generic_show_options() | 1381 | * generic_show_options() |
1382 | */ | 1382 | */ |
1383 | char *s_options; | 1383 | char __rcu *s_options; |
1384 | }; | 1384 | }; |
1385 | 1385 | ||
1386 | extern struct timespec current_fs_time(struct super_block *sb); | 1386 | extern struct timespec current_fs_time(struct super_block *sb); |