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>
This commit is contained in:

committed by
Darrick J. Wong

parent
a5155b870d
commit
f676c75086
@@ -168,7 +168,6 @@ xfs_parseargs(
|
||||
mp->m_fsname = kstrndup(sb->s_id, MAXNAMELEN, GFP_KERNEL);
|
||||
if (!mp->m_fsname)
|
||||
return -ENOMEM;
|
||||
mp->m_fsname_len = strlen(mp->m_fsname) + 1;
|
||||
|
||||
/*
|
||||
* Copy binary VFS mount flags we are interested in.
|
||||
|
Reference in New Issue
Block a user