commit | e2fec7c35582e7bb41cccc1761faa2af4dc17627 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 04 17:06:56 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 24 23:43:26 2013 -0400 |
tree | 9240558de77550f41b034d2ced5e08927f0800a5 | |
parent | b70a80e7a133a0c86f2fa078e7c144597c516415 [diff] [blame] |
make freeing super_block rcu-delayed Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/linux/fs.h b/include/linux/fs.h index b09e4e1..2ab8a67 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h
@@ -1330,6 +1330,7 @@ */ struct list_lru s_dentry_lru ____cacheline_aligned_in_smp; struct list_lru s_inode_lru ____cacheline_aligned_in_smp; + struct rcu_head rcu; }; extern struct timespec current_fs_time(struct super_block *sb);