aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/ovl_entry.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2017-07-04 22:03:16 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2017-07-04 22:03:16 +0200
commitcf31c46347e8e54cb53d66255ae3eea045b0a60c (patch)
tree3c6b05f29bbcdfb68e4e0362380868b82bd74392 /fs/overlayfs/ovl_entry.h
parentovl: move __upperdentry to ovl_inode (diff)
downloadlinux-dev-cf31c46347e8e54cb53d66255ae3eea045b0a60c.tar.xz
linux-dev-cf31c46347e8e54cb53d66255ae3eea045b0a60c.zip
ovl: move redirect to ovl_inode
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/ovl_entry.h')
-rw-r--r--fs/overlayfs/ovl_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/ovl_entry.h b/fs/overlayfs/ovl_entry.h
index ddd937490f0d..477d21738656 100644
--- a/fs/overlayfs/ovl_entry.h
+++ b/fs/overlayfs/ovl_entry.h
@@ -40,7 +40,6 @@ struct ovl_entry {
union {
struct {
u64 version;
- const char *redirect;
bool opaque;
bool impure;
bool copying;
@@ -54,6 +53,7 @@ struct ovl_entry {
struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
struct ovl_inode {
+ const char *redirect;
struct inode vfs_inode;
struct dentry *__upperdentry;
struct inode *lower;