Skip to content

Commit

Permalink
[GFS2] Add brackets in locking/dlm/sysfs.c
Browse files Browse the repository at this point in the history
As per Jan Engelhardt's request.

Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Sep 7, 2006
1 parent a1d144c commit 62f140c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/gfs2/locking/dlm/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ static ssize_t block_store(struct gdlm_ls *ls, const char *buf, size_t len)
else if (val == 0) {
clear_bit(DFL_BLOCK_LOCKS, &ls->flags);
gdlm_submit_delayed(ls);
} else
} else {
ret = -EINVAL;
}
return ret;
}

Expand Down

0 comments on commit 62f140c

Please sign in to comment.