]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/synthfs/synthfs_vfsops.c
xnu-344.tar.gz
[apple/xnu.git] / bsd / miscfs / synthfs / synthfs_vfsops.c
index 121b99dcb8d593145e932dc05405c7c598f08d3a..6d32cacb0d68c69f3710672c06a9b4767615e2f0 100644 (file)
@@ -280,8 +280,8 @@ synthfs_mount(mp, path, data, ndp, p)
 {
        size_t size;
 
-    (void) copyinstr(path, mp->mnt_stat.f_mntonname, sizeof(mp->mnt_stat.f_mntonname) - 1, &size);
-       synthfs_mount_fs(mp, path, data, ndp, p);
+       (void) copyinstr(path, mp->mnt_stat.f_mntonname, sizeof(mp->mnt_stat.f_mntonname) - 1, &size);
+       return (synthfs_mount_fs(mp, path, data, ndp, p));
 }