aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/ovl_entry.h
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2017-09-19 12:14:18 +0300
committerMiklos Szeredi <mszeredi@redhat.com>2018-01-24 10:19:14 +0100
commit972d0093c2f7b1bd57e47a1780a552dde528fd16 (patch)
tree1c03a225241f389617884f9b452951a6a37ea40e /fs/overlayfs/ovl_entry.h
parentovl: disable index when no xattr support (diff)
downloadlinux-dev-972d0093c2f7b1bd57e47a1780a552dde528fd16.tar.xz
linux-dev-972d0093c2f7b1bd57e47a1780a552dde528fd16.zip
ovl: force r/o mount when index dir creation fails
When work dir creation fails, a warning is emitted and overlay is mounted r/o. Trying to remount r/w will fail with no work dir. When index dir creation fails, the same warning is emitted and overlay is mounted r/o, but trying to remount r/w will succeed. This may cause unintentional corruption of filesystem consistency. Adjust the behavior of index dir creation failure to that of work dir creation failure and do not allow to remount r/w. User needs to state an explicitly intention to work without an index by mounting with option 'index=off' to allow r/w mount with no index dir. When mounting with option 'index=on' and no 'upperdir', index is implicitly disabled, so do not warn about no file handle support. The issue was introduced with inodes index feature in v4.13, but this patch will not apply cleanly before ovl_fill_super() re-factoring in v4.15. Fixes: 02bcd1577400 ("ovl: introduce the inodes index dir feature") Cc: <stable@vger.kernel.org> #v4.13 Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/ovl_entry.h')
0 files changed, 0 insertions, 0 deletions