]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: hfs/hfsplus don't support metadata journaling
authorViacheslav Dubeyko <slava@dubeyko.com>
Tue, 6 Jan 2026 23:35:56 +0000 (15:35 -0800)
committerZorro Lang <zlang@kernel.org>
Sun, 25 Jan 2026 16:05:29 +0000 (00:05 +0800)
commitfacf3325d90dd6b650983b2cae2369c837d92bf8
treea2c0c0109ff2d03b72f9e8e2734b505865351089
parenta4dbdc5486b43294f73c44f62cc355cc3ed2458e
xfstests: hfs/hfsplus don't support metadata journaling

HFS file system doesn't support metadata journaling.
This patch marks HFS file system as not supporting
metadata journaling in _has_metadata_journaling()
of common/rc.

Technically speaking, HFS+ is journaling file system.
However, current Linux kernel implementation doesn't
support even journal replay. This patch marks HFS+ file
system as not supporting metadata journaling in
_has_metadata_journaling() of common/rc. If journaling
support functionality in HFS+ will be implemented,
then HFS+ could be deleted from _has_metadata_journaling()
in the future.

Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/rc