aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_linux.h
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-08-04 13:28:20 +1000
committerDave Chinner <david@fromorbit.com>2014-08-04 13:28:20 +1000
commitb92cc59f69537f26d5a42e4171ccc864ae4d9383 (patch)
treedfa9616f94c4e6ed1f002275060fbf76c3f855f4 /fs/xfs/xfs_linux.h
parentxfs: kill VN_MAPPED (diff)
downloadwireguard-linux-b92cc59f69537f26d5a42e4171ccc864ae4d9383.tar.xz
wireguard-linux-b92cc59f69537f26d5a42e4171ccc864ae4d9383.zip
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>
Diffstat (limited to 'fs/xfs/xfs_linux.h')
-rw-r--r--fs/xfs/xfs_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_linux.h b/fs/xfs/xfs_linux.h
index f59b966bf903..f76e44ee5db9 100644
--- a/fs/xfs/xfs_linux.h
+++ b/fs/xfs/xfs_linux.h
@@ -113,7 +113,7 @@ typedef __uint64_t __psunsigned_t;
#include <asm/byteorder.h>
#include <asm/unaligned.h>
-#include "xfs_vnode.h"
+#include "xfs_fs.h"
#include "xfs_stats.h"
#include "xfs_sysctl.h"
#include "xfs_iops.h"