aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
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
1386extern struct timespec current_fs_time(struct super_block *sb); 1386extern struct timespec current_fs_time(struct super_block *sb);