commit | c180eebe1390c2076ead6a9bc95a02efb994edb7 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Fri Jul 25 01:49:01 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 25 10:53:48 2008 -0700 |
tree | 5cbd2872d0ba66d20e5f03fd97aa0357576d77ad | |
parent | dbd561d236ff16f8143bc727d91758ddd190e8cb [diff] |
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>