]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/super.c
r8169: MSI support
[linux-2.6-omap-h63xx.git] / fs / super.c
index fc8ebedc6bed1aa901e24ebf8e34fd397cc6361e..1bfcca2104be91ac9a8233cd94bf0e0e3ef6a182 100644 (file)
@@ -67,6 +67,7 @@ static struct super_block *alloc_super(struct file_system_type *type)
                }
                INIT_LIST_HEAD(&s->s_dirty);
                INIT_LIST_HEAD(&s->s_io);
+               INIT_LIST_HEAD(&s->s_more_io);
                INIT_LIST_HEAD(&s->s_files);
                INIT_LIST_HEAD(&s->s_instances);
                INIT_HLIST_HEAD(&s->s_anon);