Commit e017b1f
fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
Let's factor it out into include/linux/crash_dump.h, from where we can
use it also outside of vmcore.c later.
Acked-by: Baoquan He <bhe@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20241204125444.1734652-7-david@redhat.com>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>1 parent 819403c commit e017b1f
2 files changed
Lines changed: 16 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | 712 | | |
718 | 713 | | |
719 | 714 | | |
| |||
1116 | 1111 | | |
1117 | 1112 | | |
1118 | 1113 | | |
1119 | | - | |
1120 | 1114 | | |
1121 | 1115 | | |
1122 | 1116 | | |
| |||
1139 | 1133 | | |
1140 | 1134 | | |
1141 | 1135 | | |
1142 | | - | |
1143 | | - | |
1144 | | - | |
| 1136 | + | |
1145 | 1137 | | |
1146 | | - | |
1147 | | - | |
1148 | | - | |
1149 | 1138 | | |
1150 | 1139 | | |
1151 | 1140 | | |
| |||
1159 | 1148 | | |
1160 | 1149 | | |
1161 | 1150 | | |
1162 | | - | |
1163 | 1151 | | |
1164 | 1152 | | |
1165 | 1153 | | |
| |||
1182 | 1170 | | |
1183 | 1171 | | |
1184 | 1172 | | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
| 1173 | + | |
1188 | 1174 | | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | 1175 | | |
1193 | 1176 | | |
1194 | 1177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
124 | 138 | | |
125 | 139 | | |
126 | 140 | | |
| |||
0 commit comments