[PATCH 6/6] xfs: kill xfs_vnode.h
Christoph Hellwig
hch at infradead.org
Thu Jul 31 12:14:25 CDT 2014
On Thu, Jul 31, 2014 at 05:33:15PM +1000, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> Move the IO flag definitions to xfs_inode.h and kill the header file
> as it is now empty.
>
> Removing the xfs_vnode.h file showed up an implicit header include
> path:
> xfs_linux.h -> xfs_vnode.h -> xfs_fs.h
>
> And so every xfs header file has been inplicitly been including
> xfs_fs.h where it is needed or not. Hence the removal of xfs_vnode.h
> causes all sorts of build issues because BBTOB() and friends are no
> longer automatically included in the build. This also gets fixed.
>
> Signed-off-by: Dave Chinner <dchinner at redhat.com>
> Signed-off-by: Dave Chinner <david at fromorbit.com>
Looks fine,
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the xfs
mailing list