1
0
Fork 0

drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections

Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
hifive-unleashed-5.1
Andreas Gruenbacher 2011-07-05 18:26:00 +02:00 committed by Philipp Reisner
parent 251b8f8eaf
commit 5c6610422a
1 changed files with 1 additions and 1 deletions

View File

@ -3301,7 +3301,7 @@ int drbd_adm_new_resource(struct sk_buff *skb, struct genl_info *info)
if (retcode != NO_ERROR)
goto out;
if (adm_ctx.connection) {
if (adm_ctx.resource) {
if (info->nlhdr->nlmsg_flags & NLM_F_EXCL) {
retcode = ERR_INVALID_REQUEST;
drbd_msg_put_info("resource exists");