diff options
author | hujianyang <hujianyang@huawei.com> | 2014-11-26 11:16:59 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2014-12-13 02:59:52 +0300 |
commit | 1ba38725a351f91769918b132c17fb7fcaf6c2f5 (patch) | |
tree | 4580ea105633160027248ef6eeb6c4989312fff7 /fs/overlayfs/super.c | |
parent | a78d9f0d5d5ca9054703376c7c23c901807ddd87 (diff) | |
download | linux-1ba38725a351f91769918b132c17fb7fcaf6c2f5.tar.xz |
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.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) 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)) |