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)
commit7a5cf791a747640adb2a1b5e3838321b26953a23
tree9f0ccb7e00c71d575102c457cf695a6975e7c58a
parent43986d63b60fd0152d9038ee3f0f9294efa8c983
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