Skip to content

Commit

Permalink
fix typo: Update filesystems_part2.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 authored Jan 18, 2024
1 parent 766862c commit 580c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/teaching/labs/filesystems_part2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ This function is called by the ``mkdir`` system call. Such a function performs t
Creating a link
---------------

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

Expand Down

0 comments on commit 580c6dc

Please sign in to comment.