OSDN Git Service

dcache: move d_splice_alias
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 18 Feb 2014 19:11:26 +0000 (14:11 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 Aug 2014 18:40:10 +0000 (14:40 -0400)
commit3f70bd51cb4405dc5cf8624292ffa474679fc9c7
tree7f1d04eec7cb1c89f339b9c674dda266f257e2c4
parentd03b29a271eb1d6de5af0f46cf0e7487e9e9284b
dcache: move d_splice_alias

Just a trivial move to locate it near (similar) d_materialise_unique
code and save some forward references in a following patch.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c