Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlm: Fix uninitialised variable warning in lock.c
CC [M] fs/dlm/lock.o fs/dlm/lock.c: In function ‘find_rsb’: fs/dlm/lock.c:438: warning: ‘r’ may be used uninitialized in this function Since r is used on the error path to set r_ret, set it to NULL. Signed-off-by: Steven Whitehouse <[email protected]> Signed-off-by: David Teigland <[email protected]>
- Loading branch information