linux/fs/freevxfs
Amir Goldstein ceb3388043
freevxfs: derive f_fsid from bdev->bd_dev
The majority of blockdev filesystems, which do not have a UUID in their
on-disk format, derive f_fsid of statfs(2) from bdev->bd_dev.

Use the same practice for freevxfs.

This will allow reporting fanotify events with fanotify_event_info_fid.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Link: https://lore.kernel.org/r/20231024121457.3014063-1-amir73il@gmail.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2023-10-28 16:16:19 +02:00
..
Kconfig fs: add CONFIG_BUFFER_HEAD 2023-08-02 09:13:09 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
vxfs.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_bmap.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_dir.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_extern.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_fshead.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_fshead.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_immed.c freevxfs: Convert vxfs_immed_read_folio() to use a folio 2022-08-02 12:34:03 -04:00
vxfs_inode.c freevxfs: convert to ctime accessor functions 2023-07-24 10:29:59 +02:00
vxfs_inode.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_lookup.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_olt.c freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_olt.h freevxfs: relicense to GPLv2 only 2022-05-18 15:30:17 +02:00
vxfs_subr.c freevxfs: fix kernel-doc warnings 2023-02-02 22:50:03 -08:00
vxfs_super.c freevxfs: derive f_fsid from bdev->bd_dev 2023-10-28 16:16:19 +02:00