commit | 8556a4205b111c4dac931ee5eba4fcce74c3cb21 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Fri Jan 19 01:03:23 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jan 24 11:26:00 2018 +0100 |
tree | 91e96d4841893b6b7e5b938e59725f6a31996add | |
parent | 8ed5eec9d6c4c013aa657ebefbd10a1a0d15893d [diff] |
ovl: decode pure upper file handles Decoding an upper file handle is done by decoding the upper dentry from underlying upper fs, finding or allocating an overlay inode that is hashed by the real upper inode and instantiating an overlay dentry with that inode. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>