We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a63ef commit 978a315Copy full SHA for 978a315
1 file changed
Documentation/teaching/labs/filesystems_part2.rst
@@ -432,7 +432,7 @@ This function is called by the ``mkdir`` system call. Such a function performs t
432
Creating a link
433
---------------
434
435
-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.
436
In the minix case, the function is :c:func:`minix_link`.
437
This function is called by the ``link`` system call. Such a function performs the following operations:
438
0 commit comments