1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/fs/msdosfs
Tom Rhodes 3c01bab8a3 If bread() returns a zero-length buffer, as can happen after a
failed write, return an error instead of looping forever.

PR:		37035
Submitted by:	das
2003-07-03 14:54:47 +00:00
..
bootsect.h
bpb.h
denode.h change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 2003-06-24 22:11:20 +00:00
direntry.h
fat.h
msdosfs_conv.c
msdosfs_denode.c Fix a bug where a truncate operation involving truncate() or ftruncate() on 2003-06-27 15:46:38 +00:00
msdosfs_fat.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
msdosfs_lookup.c
msdosfs_vfsops.c XXX Copy workaround from UFS: open device for write access even if 2003-06-29 03:05:59 +00:00
msdosfs_vnops.c If bread() returns a zero-length buffer, as can happen after a 2003-07-03 14:54:47 +00:00
msdosfsmount.h