diff options
author | hujianyang <hujianyang@huawei.com> | 2014-11-26 03:16:59 -0500 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2014-12-12 18:59:52 -0500 |
commit | 1ba38725a351f91769918b132c17fb7fcaf6c2f5 (patch) | |
tree | 4580ea105633160027248ef6eeb6c4989312fff7 /fs/overlayfs | |
parent | a78d9f0d5d5ca9054703376c7c23c901807ddd87 (diff) |
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')
-rw-r--r-- | fs/overlayfs/copy_up.c | 1 | ||||
-rw-r--r-- | fs/overlayfs/inode.c | 1 | ||||
-rw-r--r-- | fs/overlayfs/super.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c index a5bfd60f4f6f..24f640441bd9 100644 --- a/fs/overlayfs/copy_up.c +++ b/fs/overlayfs/copy_up.c | |||
@@ -191,7 +191,6 @@ int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat) | |||
191 | ovl_set_timestamps(upperdentry, stat); | 191 | ovl_set_timestamps(upperdentry, stat); |
192 | 192 | ||
193 | return err; | 193 | return err; |
194 | |||
195 | } | 194 | } |
196 | 195 | ||
197 | static int ovl_copy_up_locked(struct dentry *workdir, struct dentry *upperdir, | 196 | static int ovl_copy_up_locked(struct dentry *workdir, struct dentry *upperdir, |
diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c index 48492f1240ad..5ac1236afb15 100644 --- a/fs/overlayfs/inode.c +++ b/fs/overlayfs/inode.c | |||
@@ -433,5 +433,4 @@ struct inode *ovl_new_inode(struct super_block *sb, umode_t mode, | |||
433 | } | 433 | } |
434 | 434 | ||
435 | return inode; | 435 | return inode; |
436 | |||
437 | } | 436 | } |
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)) |