diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-10-04 17:06:56 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-10-24 23:43:26 -0400 |
commit | e2fec7c35582e7bb41cccc1761faa2af4dc17627 (patch) | |
tree | 9240558de77550f41b034d2ced5e08927f0800a5 /include/linux/fs.h | |
parent | b70a80e7a133a0c86f2fa078e7c144597c516415 (diff) |
make freeing super_block rcu-delayed
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index b09e4e1d747a..2ab8a67ee054 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1330,6 +1330,7 @@ struct super_block { | |||
1330 | */ | 1330 | */ |
1331 | struct list_lru s_dentry_lru ____cacheline_aligned_in_smp; | 1331 | struct list_lru s_dentry_lru ____cacheline_aligned_in_smp; |
1332 | struct list_lru s_inode_lru ____cacheline_aligned_in_smp; | 1332 | struct list_lru s_inode_lru ____cacheline_aligned_in_smp; |
1333 | struct rcu_head rcu; | ||
1333 | }; | 1334 | }; |
1334 | 1335 | ||
1335 | extern struct timespec current_fs_time(struct super_block *sb); | 1336 | extern struct timespec current_fs_time(struct super_block *sb); |