Skip to content

Commit 978a315

Browse files
hanyujie2002dbaluta
authored andcommitted
fix typo: Update filesystems_part2.rst
1 parent f0a63ef commit 978a315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/teaching/labs/filesystems_part2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ This function is called by the ``mkdir`` system call. Such a function performs t
432432
Creating a link
433433
---------------
434434

435-
The link creation function (hard link) is indicated by the ``symlink`` field in the ``inode_operations`` structure.
435+
The link creation function (hard link) is indicated by the ``link`` field in the ``inode_operations`` structure.
436436
In the minix case, the function is :c:func:`minix_link`.
437437
This function is called by the ``link`` system call. Such a function performs the following operations:
438438

0 commit comments

Comments
 (0)