]> git.baikalelectronics.ru Git - kernel.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)
commitbd63fcf7ea72ab1a663301fec91e70c28cf17a53
tree67ef56b4e60f425a089ebb587b4cc0a08fa950e1
parente8182a840807c61c7ba6c01c7a21ec0081aa9a92
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