Add SpectrumScale/GPFS and Lustre to FS whitelist
authorValentin Plugaru <valentin.plugaru@uni.lu>
Fri, 19 Oct 2018 21:19:28 +0000 (23:19 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 19 Oct 2018 21:19:28 +0000 (14:19 -0700)
Fixes: #304
Signed-off-by: Valentin Plugaru <valentin.plugaru@uni.lu>
util/fusermount.c

index 250bf761a5149f8524a10524333b0c2698ac0b90..7a6ac01dd306d27277d6ac2b659dbd08cbab983a 100644 (file)
@@ -1020,8 +1020,10 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
                0xF2F52010 /* F2FS_SUPER_MAGIC */,
                0x65735546 /* FUSE_SUPER_MAGIC */,
                0x01161970 /* GFS2_MAGIC */,
+               0x47504653 /* GPFS_SUPER_MAGIC */,
                0x3153464A /* JFS_SUPER_MAGIC */,
                0x000072B6 /* JFFS2_SUPER_MAGIC */,
+               0x0BD00BD0 /* LL_SUPER_MAGIC */,
                0x0000564C /* NCP_SUPER_MAGIC */,
                0x00006969 /* NFS_SUPER_MAGIC */,
                0x00003434 /* NILFS_SUPER_MAGIC */,