]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: unexport the getname() symbol
authorJeff Layton <jlayton@redhat.com>
Mon, 27 Jan 2014 18:33:28 +0000 (13:33 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 31 Jan 2014 19:28:56 +0000 (14:28 -0500)
commit13094ff7fb45af696cd3c55041ce00d6653a2abf
tree3cf34cad21f001d345c7d2f859a02d6add20799f
parentd6f18c8b366d0666fdc17064eb8b840ae66ca386
vfs: unexport the getname() symbol

Leaving getname() exported when putname() isn't is a bad idea.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c