freebsd-dev/sys/fs/msdosfs
Alex Richardson ba2cfa80e1 Fix makefs bootstrap after d485c77f20
The makefs msdosfs code includes fs/msdosfs/denode.h which directly uses
struct buf from <sys/buf.h> rather than the makefs struct m_buf.
To work around this problem provide a local denode.h that includes
ffs/buf.h and defines buf as an alias for m_buf.

Reviewed By:	kib, emaste
Differential Revision: https://reviews.freebsd.org/D28835
2021-02-22 17:55:45 +00:00
..
bootsect.h
bpb.h
denode.h Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
direntry.h Revert msdosfs MAKEFS #ifdef changes from r319870 2018-07-24 21:10:17 +00:00
fat.h buf: Add B_INVALONERR flag to discard data 2019-09-11 21:24:14 +00:00
msdosfs_conv.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_denode.c vnode: move write cluster support data to inodes. 2021-02-21 11:38:21 +02:00
msdosfs_fat.c fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00
msdosfs_iconv.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
msdosfs_lookup.c msdosfs: Remove redundant brelse() after r294954 2019-09-06 08:08:10 +00:00
msdosfs_vfsops.c Make MAXPHYS tunable. Bump MAXPHYS to 1M. 2020-11-28 12:12:51 +00:00
msdosfs_vnops.c vnode: move write cluster support data to inodes. 2021-02-21 11:38:21 +02:00
msdosfsmount.h fs: clean up empty lines in .c and .h files 2020-09-01 21:18:40 +00:00