|
Lines 865-875
Link Here
|
| 865 |
return (error); |
865 |
return (error); |
| 866 |
} |
866 |
} |
| 867 |
|
867 |
|
| 868 |
/* |
868 |
/* |
| 869 |
* DOS filesystems don't know what links are. But since we already called |
869 |
* DOS filesystems don't know what links are. |
| 870 |
* msdosfs_lookup() with create and lockparent, the parent is locked so we |
|
|
| 871 |
* have to free it before we return the error. |
| 872 |
*/ |
870 |
*/ |
| 873 |
static int |
871 |
static int |
| 874 |
msdosfs_link(ap) |
872 |
msdosfs_link(ap) |
| 875 |
struct vop_link_args /* { |
873 |
struct vop_link_args /* { |