basic: update CIFS magic
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 30 Jan 2022 22:40:05 +0000 (23:40 +0100)
committerLuca Boccassi <bluca@debian.org>
Mon, 14 Feb 2022 21:56:48 +0000 (21:56 +0000)
commite697fa60073f4359e4062a7c6b0b9f5b0edc73f9
treea219c25599bc5e59e108b42c29842102a30b67b8
parent7dc0f80588f371a62a56a75bf27eab2c515becf3
basic: update CIFS magic

Kernel commit dea2903719283c156b53741126228c4a1b40440f exposed (and
renamed) CIFS_MAGIC_NUMBER as CIFS_SUPER_MAGIC along with
SMB2_SUPER_MAGIC.

This fixes the following build fail on current Fedora Rawhide:
```
../src/basic/meson.build:389:8: ERROR: Problem encountered: found unknown filesystem(s) defined in kernel headers:

Filesystem found in kernel header but not in filesystems-gperf.gperf: CIFS_SUPER_MAGIC
Filesystem found in kernel header but not in filesystems-gperf.gperf: SMB2_SUPER_MAGIC
```

(cherry picked from commit bbe53713455be38c0a587626439fd171f28c77fc)
src/basic/filesystems-gperf.gperf
src/basic/missing_magic.h