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:
parent
7939325215
commit
498046a190
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user