xfs: remove unused m_dmevmask from xfs_mount struct
authorEric Sandeen <sandeen@redhat.com>
Wed, 7 Mar 2018 01:03:29 +0000 (17:03 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 12 Mar 2018 03:27:55 +0000 (20:27 -0700)
commit4603fa744c0702c76d607e5fafe35655b77a6efd
treef15e1e5dde6fa364f7347054ee2e4f93d50c63ba
parentcb0a8d23024e7bd234dea4d0fc5c4902a8dda766
xfs: remove unused m_dmevmask from xfs_mount struct

The dmevmask structure member is a dmapi leftover; it's
set here and there but never actually used.  Remove it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h