]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove unused struct xfs_mount field m_fsname_len
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)
commit900409e3c0d6bf2c464985f7a55ed31af831e9b2
tree1e8162824a331d8bf99dc0f373a3ff55fe6b88f1
parent3f092aea7c1fecf7ce25cb108fa760bfb36b6662
xfs: remove unused struct xfs_mount field m_fsname_len

The struct xfs_mount field m_fsname_len is not used anywhere, remove 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>
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c