summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
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 /tools/perf/scripts/python
parentdd8c38bab0d88615e0bdf013e6de3d4345f8cda2 (diff)
downloadkernel-b92cc59f69537f26d5a42e4171ccc864ae4d9383.tar.gz
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
hmat.c?id=54b9460b0a28c4c76a7b455ec1b3b61a13e97291'>ACPI: HMAT: Remove register of memory node for generic targetDave Jiang 2023-12-22acpi: numa: Add helper function to retrieve the performance attributesDave Jiang 2023-12-22acpi: numa: Add setting of generic port system locality attributesDave Jiang 2023-12-22acpi: Break out nesting for hmat_parse_locality()Dave Jiang 2023-12-22acpi: numa: Add genport target allocation to the HMAT parsingDave Jiang 2023-12-22acpi: numa: Create enum for memory_target access coordinates indexingDave Jiang 2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang 2023-10-16acpi, hmat: calculate abstract distance with HMATHuang Ying 2023-10-16acpi, hmat: refactor hmat_register_target_initiators()Huang Ying