bcachefs: enable ftrace for upstream bug reports

authored by Daniel Hill and committed by Jörg Thalheim e10bb108 f278e60b

+2
+2
pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix
··· 27 BCACHEFS_FS = module; 28 BCACHEFS_QUOTA = option yes; 29 BCACHEFS_POSIX_ACL = option yes; 30 }; 31 32 kernelPatches = [ {
··· 27 BCACHEFS_FS = module; 28 BCACHEFS_QUOTA = option yes; 29 BCACHEFS_POSIX_ACL = option yes; 30 + # useful for bug reports 31 + FTRACE = option yes; 32 }; 33 34 kernelPatches = [ {