From: Michal Rakowski Date: Tue, 18 Jan 2022 12:35:49 +0000 (+0100) Subject: Fix #5871 About allowing zfs for 'fstype' X-Git-Tag: Beta-15.0.0~673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a34e0663cb27501cb56f1db19bd06846d38721;p=thirdparty%2Fbacula.git Fix #5871 About allowing zfs for 'fstype' --- diff --git a/bacula/src/findlib/fstype.c b/bacula/src/findlib/fstype.c index df90b9563..777a65b15 100644 --- a/bacula/src/findlib/fstype.c +++ b/bacula/src/findlib/fstype.c @@ -330,6 +330,7 @@ bool fstype(char *fname, FF_PKT *ff_pkt, char *fs, int fslen) case 0x012FD16D: fstype = "xiafs"; break; case 0x9123683e: fstype = "btrfs"; break; case 0x7461636f: fstype = "ocfs2"; break; /* OCFS2_SUPER_MAGIC */ + case 0x2fc12fc1: fstype = "zfs"; break; #if 0 /* These need confirmation */ case 0x6B414653: fstype = "afs"; break; /* AFS_FS_MAGIC */