summaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2017-08-20 20:08:25 +0200
committerIlya Dryomov <idryomov@gmail.com>2017-09-06 19:56:51 +0200
commitb529d1b382f77ec6221f9c5fffb17939e92629e4 (patch)
tree5f577dc14bef0b4904088dc23e0093a54ad671f7 /fs/ceph
parent51308806ff09eadc41726380891a393042919dd2 (diff)
downloadop-kernel-dev-b529d1b382f77ec6221f9c5fffb17939e92629e4.zip
op-kernel-dev-b529d1b382f77ec6221f9c5fffb17939e92629e4.tar.gz
ceph: delete an unnecessary return statement in update_dentry_lease()
The script "checkpatch.pl" pointed information out like the following. WARNING: void function return statements are not generally useful Thus remove such a statement in the affected function. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Yan, Zheng <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c
index 087d9ea..277c7cd 100644
--- a/fs/ceph/inode.c
+++ b/fs/ceph/inode.c
@@ -1067,7 +1067,6 @@ out_unlock:
spin_unlock(&dentry->d_lock);
if (old_lease_session)
ceph_put_mds_session(old_lease_session);
- return;
}
/*
OpenPOWER on IntegriCloud