blob: 2578715baf0e1f52c15c1f85b57b619c4a7628aa (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* fs/kernfs/symlink.c - kernfs symlink implementation
*
* Copyright (c) 2001-3 Patrick Mochel
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org>
*
* This file is released under the GPLv2.
*/
|