blob: 1061602ce81a7195ea51e4cee0f8a0a53db9d780 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/*
* fs/kernfs/dir.c - kernfs directory 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.
*/
|