From: Al Viro Date: Sat, 10 Jan 2015 17:47:38 +0000 (-0500) Subject: take count and rcu_head out of fs_pin X-Git-Tag: fixes-v4.0-rc1~77^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cece2e8a1d2b66f00e153a19b80b4d4cec4eb8;p=pandora-kernel.git take count and rcu_head out of fs_pin Signed-off-by: Al Viro --- diff --git a/include/linux/fs_pin.h b/include/linux/fs_pin.h index 68a54b7741aa..a2e71912e758 100644 --- a/include/linux/fs_pin.h +++ b/include/linux/fs_pin.h @@ -1,14 +1,8 @@ #include struct fs_pin { - atomic_long_t count; - union { - struct { - struct hlist_node s_list; - struct hlist_node m_list; - }; - struct rcu_head rcu; - }; + struct hlist_node s_list; + struct hlist_node m_list; void (*kill)(struct fs_pin *); }; Reading git-diff-tree failed