Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zeeshan Ali (Khattak)
On Sat, Feb 16, 2013 at 5:45 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org This version 2 removes the bogus 'FS_' prefix from blkid property names. --- src/udev

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zeeshan Ali (Khattak)
On Sat, Feb 16, 2013 at 8:04 PM, Kay Sievers k...@vrfy.org wrote: On Sat, Feb 16, 2013 at 5:52 PM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: On Sat, Feb 16, 2013 at 5:45 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Wed, Feb 13, 2013 at 05:39:54AM +0200, Zeeshan Ali

[systemd-devel] [v3] udev: Expose new ISO9660 props from libblkid

2013-02-16 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org v3: Encode all string using blkid_encode_string(). --- src/udev/udev-builtin-blkid.c | 16 1 file changed, 16 insertions(+) diff --git a/src/udev/udev-builtin-blkid.c b/src/udev/udev-builtin-blkid.c index 56a05f5..bae4293 100644

Re: [systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-15 Thread Zeeshan Ali (Khattak)
On Wed, Feb 13, 2013 at 5:39 AM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org This version 2 removes the bogus 'FS_' prefix from blkid property names. --- FWIW, I have actually tested this patch on a Fedora18 VM. It works! -- Regards

[systemd-devel] [v2] udev: Expose new ISO9660 props from libblkid

2013-02-12 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org This version 2 removes the bogus 'FS_' prefix from blkid property names. --- src/udev/udev-builtin-blkid.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/udev/udev-builtin-blkid.c b/src/udev/udev-builtin

[systemd-devel] [PATCH] udev: Expose new ISO9660 props from libblkid

2013-02-11 Thread Zeeshan Ali (Khattak)
From: Zeeshan Ali (Khattak) zeesha...@gnome.org Expose system, application, publisher and boot system IDs. This patch uses (though not requires) my pending patches to libblkid: http://article.gmane.org/gmane.linux.utilities.util-linux-ng/7234 --- src/udev/udev-builtin-blkid.c | 13