basic: update CIFS magic
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 30 Jan 2022 22:40:05 +0000 (23:40 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jan 2022 02:50:15 +0000 (11:50 +0900)
commitbbe53713455be38c0a587626439fd171f28c77fc
tree896347f2329169a5a90041b7ef93953a7530b62f
parent156d01b9ca4cb6d7b3877a3db7d20ed600dc40c0
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
```
src/basic/filesystems-gperf.gperf
src/basic/missing_magic.h