]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: make sysfs_alloc_ino() static
authorTejun Heo <htejun@gmail.com>
Wed, 13 Jun 2007 18:45:17 +0000 (03:45 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:09:06 +0000 (16:09 -0700)
commit68f49656718831e3f353aadb49a2858dc961f0e1
treea6757acacf4e590318485df0e282f163a9cb1439
parent80d94f12b1280a99e5355591f5448068bf526045
sysfs: make sysfs_alloc_ino() static

sysfs_alloc_ino() isn't used out side of fs/sysfs/dir.c.  Make it
static.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c