summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks/superblocks.h
diff options
context:
space:
mode:
authorEric Sandeen2013-08-06 01:09:35 +0200
committerKarel Zak2013-09-11 10:29:33 +0200
commit0a2002551d65f73576cb4514fb052765d46cc8c5 (patch)
treee71af0f69682eaff4963200d6acece8ce603ffce /libblkid/src/superblocks/superblocks.h
parentlib: rename time-util.c to timeutils.c, fix headers (diff)
downloadkernel-qcow2-util-linux-0a2002551d65f73576cb4514fb052765d46cc8c5.tar.gz
kernel-qcow2-util-linux-0a2002551d65f73576cb4514fb052765d46cc8c5.tar.xz
kernel-qcow2-util-linux-0a2002551d65f73576cb4514fb052765d46cc8c5.zip
libblkid: Detect external XFS log device
Detects external XFS log devices with a minimum size of 10MB. It's possible to craft a smaller log, but that would be very unlikely; it'd require a small XFS filesystem and an intentionally small log, which would defeat the performance goal of an external log in the first place. [kzak@redhat.com: - use UUID_LOG variable name for the log uuid] Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid/src/superblocks/superblocks.h')
-rw-r--r--libblkid/src/superblocks/superblocks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libblkid/src/superblocks/superblocks.h b/libblkid/src/superblocks/superblocks.h
index 2e5235113..90847151b 100644
--- a/libblkid/src/superblocks/superblocks.h
+++ b/libblkid/src/superblocks/superblocks.h
@@ -29,6 +29,7 @@ extern const struct blkid_idinfo ext2_idinfo;
extern const struct blkid_idinfo jbd_idinfo;
extern const struct blkid_idinfo jfs_idinfo;
extern const struct blkid_idinfo xfs_idinfo;
+extern const struct blkid_idinfo xfs_log_idinfo;
extern const struct blkid_idinfo gfs_idinfo;
extern const struct blkid_idinfo gfs2_idinfo;
extern const struct blkid_idinfo romfs_idinfo;