fuse: add fuse_lookup_name() helper
authorMiklos Szeredi <mszeredi@suse.cz>
Fri, 25 Jul 2008 08:49:01 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:48 +0000 (10:53 -0700)
commitc180eebe1390c2076ead6a9bc95a02efb994edb7
tree5cbd2872d0ba66d20e5f03fd97aa0357576d77ad
parentdbd561d236ff16f8143bc727d91758ddd190e8cb
fuse: add fuse_lookup_name() helper

Add a new helper function which sends a LOOKUP request with the supplied
name.  This will be used by the next patch to send special LOOKUP requests
with "." and ".." as the name.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fuse/dir.c