ovl: decode indexed non-dir file handles
authorAmir Goldstein <amir73il@gmail.com>
Fri, 19 Jan 2018 19:36:20 +0000 (21:36 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 24 Jan 2018 10:26:03 +0000 (11:26 +0100)
commitf71bd9cfb692ec80236b186419bf907eb5fa348c
treede067e48b5cd0cafb0fec351c04d98968ebf7920
parentf941866fc4a8ad0d0b861cc2dbffa06a9f5e8963
ovl: decode indexed non-dir file handles

Decoding an indexed non-dir file handle is similar to decoding a lower
non-dir file handle, but additionally, we lookup the file handle in index
dir by name to find the real upper inode.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/export.c