]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: use super s_id instead of struct xfs_mount m_fsname
authorIan Kent <raven@themaw.net>
Mon, 4 Nov 2019 21:58:40 +0000 (13:58 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 Nov 2019 16:28:25 +0000 (08:28 -0800)
commit8b436fe2f474438991ab4cad8e8ed4d7e0f229c3
tree5345f8c1b04cf8451effb534ff749872d50d576e
parent900409e3c0d6bf2c464985f7a55ed31af831e9b2
xfs: use super s_id instead of struct xfs_mount m_fsname

Eliminate struct xfs_mount field m_fsname by using the super block s_id
field directly.

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_error.c
fs/xfs/xfs_log.c
fs/xfs/xfs_message.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_pnfs.c
fs/xfs/xfs_super.c
fs/xfs/xfs_trans_ail.c