commit | f941866fc4a8ad0d0b861cc2dbffa06a9f5e8963 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <[email protected]> | Fri Jan 19 21:33:44 2018 +0200 |
committer | Miklos Szeredi <[email protected]> | Wed Jan 24 11:26:02 2018 +0100 |
tree | 2600400b0ce59c94c28132e167441f5dc6486363 | |
parent | 03e1c584ffbcb4ce05c3c61b76aceab4c12d6b68 [diff] |
ovl: decode lower non-dir file handles Decoding a lower non-dir file handle is done by decoding the lower dentry from underlying lower fs, finding or allocating an overlay inode that is hashed by the real lower inode and instantiating an overlay dentry with that inode. Signed-off-by: Amir Goldstein <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>