summaryrefslogtreecommitdiff
path: root/dissector.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-14dissector: Get rid of header dependency on pcap_io.hTobias Klauser1-0/+1
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-07-10dissector: print hex_ascii combination in unkown linktypesDaniel Borkmann1-5/+4
2013-07-03dissector: do not panic on unknown hatypeDaniel Borkmann1-2/+5
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+115
/a> /fs/xfs/xfs_linux.h parentdd8c38bab0d88615e0bdf013e6de3d4345f8cda2 (diff)
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')