commit | 7bcd74b98d7bac3e5149894caaf72de6989af7f0 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Wed Mar 22 08:42:21 2017 -0400 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri May 05 11:38:57 2017 +0200 |
tree | 0b7b0bb5dd7848ad6572b50d64ad81059e2b5fae | |
parent | 4a99f3c83dc493c8ea84693d78cd792839c8aa64 [diff] |
ovl: check if all layers are on the same fs Some features can only work when all layers are on the same fs. Test this condition during mount time, so features can check them later. Add helper ovl_same_sb() to return the common super block in case all layers are on the same fs. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>