]> asedeno.scripts.mit.edu Git - linux.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)
commite1d3d218854659139731a61cf41aa391dcf949b0
tree5345f8c1b04cf8451effb534ff749872d50d576e
parentf676c75086675108bf79ec8d5fadee557adcc99a
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