FS: lookup_mnt() is only used in the core fs routines now
authorDavid Howells <dhowells@redhat.com>
Mon, 21 Mar 2011 14:28:58 +0000 (14:28 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 21 Mar 2011 16:13:10 +0000 (12:13 -0400)
lookup_mnt() is only used in the core fs routines now, so it doesn't need to
be globally declared anymore.  It isn't exported to modules at the moment, so
nothing that can be modularised seems to be using it.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found