Skip to content

Commit

Permalink
split d_path() and friends into a separate file
Browse files Browse the repository at this point in the history
Those parts of fs/dcache.c are pretty much self-contained.

Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Mar 29, 2018
1 parent 43986d6 commit 7a5cf79
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 467 deletions.
2 changes: 1 addition & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ obj-y := open.o read_write.o file_table.o super.o \
ioctl.o readdir.o select.o dcache.o inode.o \
attr.o bad_inode.o file.o filesystems.o namespace.o \
seq_file.o xattr.o libfs.o fs-writeback.o \
pnode.o splice.o sync.o utimes.o \
pnode.o splice.o sync.o utimes.o d_path.o \
stack.o fs_struct.o statfs.o fs_pin.o nsfs.o

ifeq ($(CONFIG_BLOCK),y)
Expand Down
Loading

0 comments on commit 7a5cf79

Please sign in to comment.