diff options
author | Amir Goldstein <amir73il@gmail.com> | 2017-07-12 14:17:16 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-01-24 11:25:59 +0100 |
commit | 8ed5eec9d6c4c013aa657ebefbd10a1a0d15893d (patch) | |
tree | 634ea6f80f9212f0d81c846145a8b260f2c6d34a /fs/overlayfs/Makefile | |
parent | a01f64b5c06ca1130b0b72ceb5e2a25e4d37ab08 (diff) | |
download | linux-8ed5eec9d6c4c013aa657ebefbd10a1a0d15893d.tar.bz2 |
ovl: encode pure upper file handles
Encode overlay file handles as struct ovl_fh containing the file handle
encoding of the real upper inode.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/Makefile')
-rw-r--r-- | fs/overlayfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/overlayfs/Makefile b/fs/overlayfs/Makefile index 99373bbc1478..30802347a020 100644 --- a/fs/overlayfs/Makefile +++ b/fs/overlayfs/Makefile @@ -4,4 +4,5 @@ obj-$(CONFIG_OVERLAY_FS) += overlay.o -overlay-objs := super.o namei.o util.o inode.o dir.o readdir.o copy_up.o +overlay-objs := super.o namei.o util.o inode.o dir.o readdir.o copy_up.o \ + export.o |