Spin the twiddle in dosfs to give visual feedback for disk I/O on

FAT filesystems as is done for other filesystems in the loader.

MFC after:	1 week
This commit is contained in:
John Baldwin 2015-03-12 17:10:04 +00:00
parent 7939325215
commit 498046a190
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279931

View File

@ -786,7 +786,8 @@ static int
ioget(struct open_file *fd, u_int lsec, void *buf, u_int nsec)
{
int err;
twiddle(1);
if ((err = (fd->f_dev->dv_strategy)(fd->f_devdata, F_READ, lsec,
secbyt(nsec), buf, NULL)))
return(err);