linux/fs/overlayfs
Arnd Bergmann 72d42504bd ovl: select EXPORTFS
We get a link error when EXPORTFS is not enabled:

ERROR: "exportfs_encode_fh" [fs/overlayfs/overlay.ko] undefined!
ERROR: "exportfs_decode_fh" [fs/overlayfs/overlay.ko] undefined!

This adds a Kconfig 'select' statement for overlayfs, the same way that
it is done for the other users of exportfs.

Fixes: 3a1e819b4e ("ovl: store file handle of lower inode on copy up")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2017-05-15 10:53:07 +02:00
..
copy_up.c ovl: store file handle of lower inode on copy up 2017-05-05 11:38:58 +02:00
dir.c ovl: persistent inode numbers for upper hardlinks 2017-05-05 11:38:58 +02:00
inode.c ovl: merge getattr for dir and nondir 2017-05-05 11:38:58 +02:00
Kconfig ovl: select EXPORTFS 2017-05-15 10:53:07 +02:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
namei.c ovl: lookup non-dir copy-up-origin by file handle 2017-05-05 11:38:58 +02:00
overlayfs.h ovl: merge getattr for dir and nondir 2017-05-05 11:38:58 +02:00
ovl_entry.h ovl: check if all layers are on the same fs 2017-05-05 11:38:57 +02:00
readdir.c ovl: proper cleanup of workdir 2016-09-01 11:11:59 +02:00
super.c ovl: check if all layers are on the same fs 2017-05-05 11:38:57 +02:00
util.c Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs 2017-05-10 09:03:48 -07:00