]> git.baikalelectronics.ru Git - kernel.git/commit
split d_path() and friends into a separate file
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 6 Mar 2018 00:15:50 +0000 (19:15 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 Mar 2018 19:07:46 +0000 (15:07 -0400)
commit846aa99800a0b741f75c2e6d93009d55f522f207
tree9f0ccb7e00c71d575102c457cf695a6975e7c58a
parent68845ecd9a23ea0800e8827e7db89c598b0c6694
split d_path() and friends into a separate file

Those parts of fs/dcache.c are pretty much self-contained.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/Makefile
fs/d_path.c [new file with mode: 0644]
fs/dcache.c