summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-04-09 18:45:03 +0000
committerjhb <jhb@FreeBSD.org>2015-04-09 18:45:03 +0000
commit8bd7c86f6fbcb96fc570f15e3d01939bc82c5edc (patch)
tree568fe333c138f34549045c719fba3f1207b15907 /lib
parentd79cd9bb7197bd0fe3120c508728f7145dfa2f55 (diff)
downloadFreeBSD-src-8bd7c86f6fbcb96fc570f15e3d01939bc82c5edc.zip
FreeBSD-src-8bd7c86f6fbcb96fc570f15e3d01939bc82c5edc.tar.gz
MFC 279931:
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/dosfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libstand/dosfs.c b/lib/libstand/dosfs.c
index e15ecdc..304122c 100644
--- a/lib/libstand/dosfs.c
+++ b/lib/libstand/dosfs.c
@@ -767,7 +767,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);
OpenPOWER on IntegriCloud