diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-01-19 20:03:43 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-01-19 20:03:43 +0000 |
| commit | 6bd39fe97840366e063fc9383443bc0d3076df53 (patch) | |
| tree | df1cc5e709fbf50876692768b8efd022441ed7d8 /sys/fs | |
| parent | 4f7a266b2f2cfc7e0cc9d1d27a89f3306e18de97 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/cd9660/cd9660_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index 2e4eaf293c55..510532271c3b 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -272,7 +272,7 @@ cd9660_read(ap) int seqcount; long size, n, on; - seqcount = ap->a_ioflag >> 16; + seqcount = ap->a_ioflag >> IO_SEQSHIFT; if (uio->uio_resid == 0) return (0); |
