Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
[deliverable/linux.git] / include / linux / fs_pin.h
index 9dc4e0384bfb7abe6fc8c60efa402d85c9725b20..3886b3bffd7f75305fc60db553916729cf677a1e 100644 (file)
@@ -13,6 +13,8 @@ struct vfsmount;
 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *))
 {
        init_waitqueue_head(&p->wait);
+       INIT_HLIST_NODE(&p->s_list);
+       INIT_HLIST_NODE(&p->m_list);
        p->kill = kill;
 }
 
This page took 0.02515 seconds and 5 git commands to generate.