Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39849d69 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

GFS2: Add initialization for address space in super block



Spotted by Andy Price. This should fix the odd messages from
lockdep caused by 70d4ee94

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
Cc: Andrew Price <anprice@redhat.com>
parent 01bcb0de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ static struct gfs2_sbd *init_sbd(struct super_block *sb)

	mapping = &sdp->sd_aspace;

	address_space_init_once(mapping);
	mapping->a_ops = &gfs2_meta_aops;
	mapping->host = sb->s_bdev->bd_inode;
	mapping->flags = 0;