xfs: kill struct declarations in xfs_mount.h
authorAlex Elder <elder@inktank.com>
Wed, 1 Aug 2012 14:56:49 +0000 (09:56 -0500)
committerBen Myers <bpm@sgi.com>
Thu, 16 Aug 2012 18:29:35 +0000 (13:29 -0500)
I noticed that "struct xfs_mount_args" was still declared in
"fs/xfs/xfs_mount.h".  That struct doesn't even exist any more (and
is obviously not referenced elsewhere in that header file).  While
in there, delete four other unneeded struct declarations in that
file.

Doing so highlights that "fs/xfs/xfs_trace.h" was relying indirectly
on "xfs_mount.h" to be #included in order to declare "struct
xfs_bmbt_irec", so add that declaration to resolve that issue.

Signed-off-by: Alex Elder <elder@inktank.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found