commit | 12574a9f4c9cc9d8d6fd9078cbb8ec7d3e9ed46b | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Fri Mar 16 10:39:37 2018 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Apr 12 12:04:50 2018 +0200 |
tree | b402f00c36a27b8ce52059adea6925de10929c35 | |
parent | e487d889b7e3e8ec4091eb83bc4f7e67c7f05e27 [diff] |
ovl: consistent i_ino for non-samefs with xino When overlay layers are not all on the same fs, but all inode numbers of underlying fs do not use the high 'xino' bits, overlay st_ino values are constant and persistent. In that case, set i_ino value to the same value as st_ino for nfsd readdirplus validator. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>