On Thu, Jan 14, 2010 at 07:01:36PM +0100, Jeroen Oortwijn wrote: > Add initial support for detection of the Be File System > <http://en.wikipedia.org/wiki/Be_File_System> to libblkid. > > Signed-off-by: Jeroen Oortwijn <oortwijn@xxxxxxxxx> > --- > shlibs/blkid/src/superblocks/Makefile.am | 3 ++- > shlibs/blkid/src/superblocks/befs.c | 18 ++++++++++++++++++ > shlibs/blkid/src/superblocks/superblocks.c | 3 ++- > shlibs/blkid/src/superblocks/superblocks.h | 1 + > 4 files changed, 23 insertions(+), 2 deletions(-) > create mode 100644 shlibs/blkid/src/superblocks/befs.c On Fri, Jan 29, 2010 at 11:20:49PM +0100, Jeroen Oortwijn wrote: > Add probing function for the Be File System to libblkid. It sets LABEL, > VERSION and UUID. But UUID is only set if the be:volume_id attribute is > found in the small_data area of the i-node of the root directory. > > Signed-off-by: Jeroen Oortwijn <oortwijn@xxxxxxxxx> > --- > shlibs/blkid/src/superblocks/befs.c | 182 ++++++++++++++++++++++++++++++++++- > 1 files changed, 181 insertions(+), 1 deletions(-) Applied (both patches), thanks. > + blkid_probe_set_version(pr, "little-endian"); [...] > + blkid_probe_set_version(pr, "big-endian"); hmm... what about "BE" or "LE"? :-) Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html