aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
diff options
context:
space:
mode:
authorhujianyang <hujianyang@huawei.com>2014-11-26 16:16:59 +0800
committerMiklos Szeredi <mszeredi@suse.cz>2014-12-13 00:59:52 +0100
commit1ba38725a351f91769918b132c17fb7fcaf6c2f5 (patch)
tree4580ea105633160027248ef6eeb6c4989312fff7 /fs/overlayfs/super.c
parentovl: support multiple lower layers (diff)
downloadlinux-dev-1ba38725a351f91769918b132c17fb7fcaf6c2f5.tar.xz
linux-dev-1ba38725a351f91769918b132c17fb7fcaf6c2f5.zip
ovl: Cleanup redundant blank lines
This patch removes redundant blanks lines in overlayfs. Signed-off-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'fs/overlayfs/super.c')
-rw-r--r--fs/overlayfs/super.c1
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)
enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path)
{
-
enum ovl_path_type type = ovl_path_type(dentry);
if (!OVL_TYPE_UPPER(type))