public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 04/10] Add support for VMUFAT filesystem
@ 2026-04-10 14:28 Adrian McMenamin
  0 siblings, 0 replies; only message in thread
From: Adrian McMenamin @ 2026-04-10 14:28 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel, Adrian McMenamin

Update fs/Makefile to add VMUFAT as an option and create fs/vmufat/Kconfig

Signed-off-by: Adrian McMenamin <adrianmcmenamin@gmail.com>
---


diff --git a/fs/Makefile b/fs/Makefile
index cf4a745e9679..3cdc3d7b804c 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -129,3 +129,4 @@ obj-$(CONFIG_VBOXSF_FS)		+= vboxsf/
 obj-$(CONFIG_ZONEFS_FS)		+= zonefs/
 obj-$(CONFIG_BPF_LSM)		+= bpf_fs_kfuncs.o
 obj-$(CONFIG_RESCTRL_FS)	+= resctrl/
+obj-$(CONFIG_VMUFAT_FS)		+= vmufat/
diff --git a/fs/vmufat/Kconfig b/fs/vmufat/Kconfig
new file mode 100644
index 000000000000..92553a246911

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-10 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 14:28 [PATCH 04/10] Add support for VMUFAT filesystem Adrian McMenamin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox