]> xenbits.xensource.com Git - mini-os.git/commit
mini-os: mm: remove not needed struct chunk_tail_st
authorJuergen Gross <jgross@suse.com>
Wed, 24 Jul 2024 10:03:00 +0000 (12:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 Jul 2024 10:03:00 +0000 (12:03 +0200)
commite42c5b6b7cac61fca5afc9427789786b94a3d670
treee5633b0afcbb30ed378e99aba9d27a8a566008fd
parentabf801ac1c430179179a7cbda3567897c1654520
mini-os: mm: remove not needed struct chunk_tail_st

The struct chunk_tail_st isn't really used other than writing to it.

Remove it in order to simplify the code.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
mm.c