ovl: use i_private only as a key

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
Miklos Szeredi
2017-07-04 22:03:16 +02:00
vanhempi e6d2ebddbc
commit 25b7713afe
5 muutettua tiedostoa jossa 37 lisäystä ja 20 poistoa

Näytä tiedosto

@@ -61,6 +61,8 @@ static inline struct dentry *ovl_upperdentry_dereference(struct ovl_entry *oe)
struct ovl_inode {
struct inode vfs_inode;
struct inode *upper;
struct inode *lower;
};
static inline struct ovl_inode *OVL_I(struct inode *inode)