]> Pileus Git - ~andy/linux/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)
commit9115eac2c788c17b57c9256cb322fa7371972ddf
tree3cf34cad21f001d345c7d2f859a02d6add20799f
parentdfd948e32af2e7b28bcd7a490c0a30d4b8df2a36
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