]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: use kmem functions for struct xfs_mount
authorIan Kent <raven@themaw.net>
Mon, 4 Nov 2019 21:58:41 +0000 (13:58 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 Nov 2019 16:28:25 +0000 (08:28 -0800)
commit7b77b46a61372ce38867578cab1a4b9850359c31
tree67ef56b4e60f425a089ebb587b4cc0a08fa950e1
parent3d9d60d9addf6c085dd37703f6307841111f8168
xfs: use kmem functions for struct xfs_mount

The remount function uses the kmem functions for allocating and freeing
struct xfs_mount, for consistency use the kmem functions everwhere for
struct xfs_mount.

Signed-off-by: Ian Kent <raven@themaw.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_super.c