From 87206e4e9e3b0ca813a4ff7b5fac0eccc07a484a Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Wed, 18 Jul 2012 09:58:43 +0800 Subject: New API: add new api xfs_info Add xfs_info to show the geometry of the xfs filesystem. Signed-off-by: Wanlong Gao RWMJ: - Updated po/POTFILES. - Use xfs_ prefix for all struct fields. - Return uninitialized fields as -1 / empty string. - Copyedit the description. --- po/POTFILES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po/POTFILES') diff --git a/po/POTFILES b/po/POTFILES index 7f679115..e3986871 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -84,6 +84,7 @@ daemon/upload.c daemon/utimens.c daemon/wc.c daemon/xattr.c +daemon/xfs.c daemon/zero.c daemon/zerofree.c df/df.c @@ -173,6 +174,7 @@ gobject/src/struct-stat.c gobject/src/struct-statvfs.c gobject/src/struct-version.c gobject/src/struct-xattr.c +gobject/src/struct-xfsinfo.c gobject/src/tristate.c inspector/virt-inspector.c java/com_redhat_et_libguestfs_GuestFS.c -- cgit