diff options
Diffstat (limited to 'sys/fs/hpfs/hpfs_alsubr.c')
-rw-r--r-- | sys/fs/hpfs/hpfs_alsubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/hpfs/hpfs_alsubr.c b/sys/fs/hpfs/hpfs_alsubr.c index 07d928e..226865f 100644 --- a/sys/fs/hpfs/hpfs_alsubr.c +++ b/sys/fs/hpfs/hpfs_alsubr.c @@ -181,7 +181,7 @@ hpfs_allocalsec ( if (error) return (error); - bp = getblk(hpmp->hpm_devvp, lsn, DEV_BSIZE, 0, 0); + bp = getblk(hpmp->hpm_devvp, lsn, DEV_BSIZE, 0, 0, 0); clrbuf(bp); /* Fill AlSec info */ |