2017-11-18 14:57:05

by Gustavo A. R. Silva

[permalink] [raw]
Subject: [PATCH] afs: cell: Remove unnecessary code in afs_lookup_cell

Due to recent changes this piece of code is no longer needed.

Addresses-Coverity-ID: 1462033
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Gustavo A. R. Silva <[email protected]>
---
fs/afs/cell.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/fs/afs/cell.c b/fs/afs/cell.c
index 1858c91..9bb921d 100644
--- a/fs/afs/cell.c
+++ b/fs/afs/cell.c
@@ -207,13 +207,8 @@ struct afs_cell *afs_lookup_cell(struct afs_net *net,
rcu_read_lock();
cell = afs_lookup_cell_rcu(net, name, namesz);
rcu_read_unlock();
- if (!IS_ERR(cell)) {
- if (excl) {
- afs_put_cell(net, cell);
- return ERR_PTR(-EEXIST);
- }
+ if (!IS_ERR(cell))
goto wait_for_cell;
- }
}

/* Assume we're probably going to create a cell and preallocate and
--
2.7.4


From 1584581523041617742@xxx Mon Nov 20 10:45:00 +0000 2017
X-GM-THRID: 1584466357559309633
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread