ovl: decode indexed dir file handles
Decoding an indexed dir file handle is done by looking up the file handle in index dir by name and then decoding the upper dir from the index origin file handle. The decoded upper path is used to lookup an overlay dentry of the same path. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:

committed by
Miklos Szeredi

parent
9436a1a339
commit
3b0bfc6ed3
@@ -439,7 +439,7 @@ fail:
|
||||
}
|
||||
|
||||
/* Get upper dentry from index */
|
||||
static struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index)
|
||||
struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index)
|
||||
{
|
||||
struct ovl_fh *fh;
|
||||
struct dentry *upper;
|
||||
|
Reference in New Issue
Block a user