]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ovl: disable index when no xattr support
authorAmir Goldstein <amir73il@gmail.com>
Tue, 19 Sep 2017 09:14:18 +0000 (12:14 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 24 Jan 2018 09:19:07 +0000 (10:19 +0100)
commita683737ba924cd2985f6e7350520f449915ff8f9
treeb9f92e8fed317373b75636e0a573e1af2c219874
parent9678e630305724487f1fc101d6b83c383ff9cc90
ovl: disable index when no xattr support

Overlayfs falls back to index=off if lower/upper fs does not support
file handles. Do the same if upper fs does not support xattr.

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