commit | 50f8300904b1b217328219812ee67c231a5aff8d | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Mon Nov 04 13:58:48 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Nov 05 08:28:27 2019 -0800 |
tree | 2132ef306f873c88abf83fb92585c5e10bd6f835 | |
parent | 8757c38f2cf6e5ac474aabd7deea14729918ff7c [diff] |
xfs: fold xfs_mount-alloc() into xfs_init_fs_context() After switching to use the mount-api the only remaining caller of xfs_mount_alloc() is xfs_init_fs_context(), so fold xfs_mount_alloc() into it. 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>