diff options
Diffstat (limited to 'fs/overlayfs/super.c')
-rw-r--r-- | fs/overlayfs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c index 5c495a17a5a3..e9ce4a9e8749 100644 --- a/fs/overlayfs/super.c +++ b/fs/overlayfs/super.c | |||
@@ -106,7 +106,6 @@ void ovl_path_upper(struct dentry *dentry, struct path *path) | |||
106 | 106 | ||
107 | enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) | 107 | enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) |
108 | { | 108 | { |
109 | |||
110 | enum ovl_path_type type = ovl_path_type(dentry); | 109 | enum ovl_path_type type = ovl_path_type(dentry); |
111 | 110 | ||
112 | if (!OVL_TYPE_UPPER(type)) | 111 | if (!OVL_TYPE_UPPER(type)) |