Re: [systemd-devel] [PATCH 1/2] shared/util: refactor fstab_node_to_udev_node

2012-08-21 Thread Lennart Poettering
On Sat, 11.08.12 13:46, Dave Reisner (dreis...@archlinux.org) wrote: > Since this is purely duplicated logic, separate it out into a small > static function. As mentioned on IRC this is merged now, directly from your git repo. Lennart -- Lennart Poettering - Red Hat, Inc. _

[systemd-devel] [PATCH 1/2] shared/util: refactor fstab_node_to_udev_node

2012-08-11 Thread Dave Reisner
Since this is purely duplicated logic, separate it out into a small static function. --- ugly patch. thanks git. src/shared/util.c | 53 - 1 file changed, 20 insertions(+), 33 deletions(-) diff --git a/src/shared/util.c b/src/shared/util.c inde