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
@@ -90,7 +90,6 @@ typedef struct xfs_mount {
|
||||
|
||||
struct xfs_buf *m_sb_bp; /* buffer for superblock */
|
||||
char *m_fsname; /* filesystem name */
|
||||
int m_fsname_len; /* strlen of fs name */
|
||||
char *m_rtname; /* realtime device name */
|
||||
char *m_logname; /* external log device name */
|
||||
int m_bsize; /* fs logical block size */
|
||||
|
Reference in New Issue
Block a user