mirror of
https://github.com/dynup/kpatch
synced 2024-12-25 23:02:02 +00:00
add TODO to de-dup code
Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
parent
e3d2a68db3
commit
ca55dcc5ad
@ -223,6 +223,11 @@ static struct sym *find_symbol_by_name(struct symlist *list, struct sym *sym,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* TODO: de-dup common code above these point with code
|
||||
* in link-vmlinux-syms.c
|
||||
*/
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
struct symlist symlist, symlistv;
|
||||
|
@ -194,6 +194,11 @@ static struct sym *find_symbol_by_name(struct symlist *list, char *name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* TODO: de-dup common code above these point with code
|
||||
* in add-patches-section.c
|
||||
*/
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
struct symlist symlist, symlistv;
|
||||
|
Loading…
Reference in New Issue
Block a user