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)
commit1ed845df60f3f02d4b7cd9fcad79ccb69c289f5c
tree580dcef7cb8256560386d06ed881f702f7a228de
parenta76cccbeef9e91b5f799e8853acac1ed1fc833cb
xfs: kill struct declarations in xfs_mount.h

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>
fs/xfs/xfs_mount.h
fs/xfs/xfs_trace.h
This page took 0.039543 seconds and 5 git commands to generate.