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

Commit e7e36f14 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Remove unused field in struct gfs2_inode



Removes a field that is not used.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent f91a0d3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -274,7 +274,6 @@ struct gfs2_inode {

	spinlock_t i_spin;
	struct rw_semaphore i_rw_mutex;
	unsigned long i_last_pfault;
};

/*
+0 −1
Original line number Diff line number Diff line
@@ -487,7 +487,6 @@ static struct inode *gfs2_alloc_inode(struct super_block *sb)
	if (ip) {
		ip->i_flags = 0;
		ip->i_gl = NULL;
		ip->i_last_pfault = jiffies;
	}
	return &ip->i_inode;
}