xfs: kill xfs_vnode.h
authorDave Chinner <dchinner@redhat.com>
Mon, 4 Aug 2014 03:28:20 +0000 (13:28 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Aug 2014 03:28:20 +0000 (13:28 +1000)
commitb92cc59f69537f26d5a42e4171ccc864ae4d9383
treedfa9616f94c4e6ed1f002275060fbf76c3f855f4
parentdd8c38bab0d88615e0bdf013e6de3d4345f8cda2
xfs: kill xfs_vnode.h

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@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl32.c
fs/xfs/xfs_linux.h
fs/xfs/xfs_vnode.h [deleted file]
This page took 0.025127 seconds and 5 git commands to generate.