serenity/Kernel/Storage/Partition
asynts acdcf59a33 Everywhere: Remove unnecessary debug comments.
It would be tempting to uncomment these statements, but that won't work
with the new changes.

This was done with the following commands:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \;
2021-01-25 09:47:36 +01:00
..
DiskPartition.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
DiskPartition.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
DiskPartitionMetadata.cpp Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
DiskPartitionMetadata.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
EBRPartitionTable.cpp Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
EBRPartitionTable.h Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
GUIDPartitionTable.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 11:55:47 +01:00
GUIDPartitionTable.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
MBRPartitionTable.cpp AK: Simplify constructors and conversions from nullptr_t 2021-01-12 09:11:45 +01:00
MBRPartitionTable.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
PartitionTable.cpp Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
PartitionTable.h Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00