Eliminate the bogus cast.
MFC after: 3 weeks
This commit is contained in:
parent
11fc6c6dac
commit
18a9ea872a
@ -99,7 +99,7 @@ fdesc_mount(struct mount *mp)
|
||||
* We need to initialize a few bits of our local mount point struct to
|
||||
* avoid confusion in allocvp.
|
||||
*/
|
||||
mp->mnt_data = (qaddr_t) fmp;
|
||||
mp->mnt_data = fmp;
|
||||
fmp->flags = 0;
|
||||
error = fdesc_allocvp(Froot, -1, FD_ROOT, mp, &rvp);
|
||||
if (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user