On Thu, 2009-05-28 at 22:07 +0100, Andrew Price wrote: > Since commit a37669 "libgfs2: Move prog_name out of the library" libgfs2 > no longer requires an external prog_name in each tool which uses it. > This patch rids prog_name from those tools which still provide it. > > Signed-off-by: Andrew Price <[email protected]> > --- > gfs2/convert/gfs2_convert.c | 1 - > gfs2/edit/hexedit.h | 1 - > gfs2/fsck/main.c | 1 - > gfs2/mkfs/gfs2_mkfs.h | 2 -- > gfs2/mkfs/main.c | 5 +---- > gfs2/mkfs/main_jadd.c | 6 +++--- > gfs2/mkfs/main_mkfs.c | 10 ++++------ > gfs2/mount/mount.gfs2.c | 9 +++------ > gfs2/mount/mtab.c | 1 - > gfs2/mount/util.c | 1 - > gfs2/mount/util.h | 5 ++--- > gfs2/quota/gfs2_quota.h | 2 -- > gfs2/quota/main.c | 10 +++------- > gfs2/tool/gfs2_tool.h | 1 - > gfs2/tool/main.c | 3 --- > group/gfs_control/main.c | 10 ++++------ > 16 files changed, 20 insertions(+), 48 deletions(-) >
Looks good to me. Please push it to master and STABLE3. Thanks Fabio
