libgfs2: Add some tables of symbolic constant names
----- Original Message -----
| >From cebc412778d0963a65b42f3e89dd27bad30ef50f Mon Sep 17 00:00:00
| >2001
| From: Steven Whitehouse <swhiteho@redhat.com>
| Date: Thu, 22 Dec 2011 15:40:59 +0000
| Subject: [PATCH] libgfs2: Add some tables of symbolic constant names
|
| This covers metadata types, formats and di_flags. As time goes
| on, I expect the number of fields in the lgfs2_symbolic to expand.
|
| Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
| ---
| gfs2/libgfs2/libgfs2.h | 11 ++++++++
| gfs2/libgfs2/meta.c | 67
| +++++++++++++++++++++++++++++++++++++++++++++++-
| 2 files changed, 77 insertions(+), 1 deletions(-)
Hi,