Re: [PATCH REGRESSION 4.12-rc1] ovl: add missing CONFIG_EXPORTFS dependency

2017-05-29 Thread Ralph Sennhauser
On Tue, 16 May 2017 12:11:39 +0200 Ralph Sennhauser wrote: > The source files namei.c and copy_up.c in overlayfs new use > exportfs_decode_fh which depends on CONFIG_EXPORTFS being set. Select > it in Kconfig. This issue is still present in 4.12-rc3 Ralph

Re: [PATCH REGRESSION 4.12-rc1] ovl: add missing CONFIG_EXPORTFS dependency

2017-05-29 Thread Ralph Sennhauser
On Tue, 16 May 2017 12:11:39 +0200 Ralph Sennhauser wrote: > The source files namei.c and copy_up.c in overlayfs new use > exportfs_decode_fh which depends on CONFIG_EXPORTFS being set. Select > it in Kconfig. This issue is still present in 4.12-rc3 Ralph

[PATCH REGRESSION 4.12-rc1] ovl: add missing CONFIG_EXPORTFS dependency

2017-05-16 Thread Ralph Sennhauser
The source files namei.c and copy_up.c in overlayfs new use exportfs_decode_fh which depends on CONFIG_EXPORTFS being set. Select it in Kconfig. Fixes: a9d019573e88 ("ovl: lookup non-dir copy-up-origin by file handle") Fixes: 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")

[PATCH REGRESSION 4.12-rc1] ovl: add missing CONFIG_EXPORTFS dependency

2017-05-16 Thread Ralph Sennhauser
The source files namei.c and copy_up.c in overlayfs new use exportfs_decode_fh which depends on CONFIG_EXPORTFS being set. Select it in Kconfig. Fixes: a9d019573e88 ("ovl: lookup non-dir copy-up-origin by file handle") Fixes: 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")