Merge branch 'path-lookup' into docs-next
authorJonathan Corbet <corbet@lwn.net>
Fri, 18 Jun 2021 17:37:35 +0000 (11:37 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 18 Jun 2021 17:37:35 +0000 (11:37 -0600)
commit98cf4951842adbb03079dadedddf30b95e623cb0
tree658f8702c964a76f8f661c37e0b693aeea258df7
parent222a28edce38b62074a950fb243df621c602b4d3
parent8943474a416c0d2eac2366c22be1458ad0ceb812
Merge branch 'path-lookup' into docs-next

From Fox Chen:

  The Path lookup is a very complex subject in VFS. The path-lookup
  document provides a very detailed guidance to help people understand how
  path lookup works in the kernel. This document was originally written
  based on three lwn articles five years ago. As times goes by, some of the
  content is outdated. This patchset is intended to update the document to
  make it more relevant to current codebase.