Merge tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Pull dlm updates from David Teigland: "There are two main patches in this set, both related to the userland dlm_controld daemon. The first fixes a deadlock between dlm_controld and the dlm_send workqueue when both access configfs data simultaneously. The second reworks some code to get around a long standing, but intentional, unlock balance warning. The userland daemon no longer takes a lock that is later released from the kernel. The other commits are minor fixes and changes." * tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm: dlm: check the maximum size of a request from user dlm: cleanup send_to_sock routine dlm: convert add_sock routine return value type to void dlm: remove redundant variable assignments dlm: fix unlock balance warnings dlm: fix uninitialized spinlock dlm: fix deadlock between dlm_send and dlm_controld
No related branches found
No related tags found
Showing
- fs/dlm/ast.c 2 additions, 2 deletionsfs/dlm/ast.c
- fs/dlm/config.c 15 additions, 64 deletionsfs/dlm/config.c
- fs/dlm/config.h 0 additions, 2 deletionsfs/dlm/config.h
- fs/dlm/dlm_internal.h 36 additions, 10 deletionsfs/dlm/dlm_internal.h
- fs/dlm/lockspace.c 12 additions, 3 deletionsfs/dlm/lockspace.c
- fs/dlm/lowcomms.c 183 additions, 32 deletionsfs/dlm/lowcomms.c
- fs/dlm/lowcomms.h 2 additions, 0 deletionsfs/dlm/lowcomms.h
- fs/dlm/main.c 2 additions, 0 deletionsfs/dlm/main.c
- fs/dlm/member.c 11 additions, 6 deletionsfs/dlm/member.c
- fs/dlm/rcom.c 1 addition, 1 deletionfs/dlm/rcom.c
- fs/dlm/recoverd.c 18 additions, 9 deletionsfs/dlm/recoverd.c
- fs/dlm/recoverd.h 0 additions, 1 deletionfs/dlm/recoverd.h
- fs/dlm/user.c 7 additions, 0 deletionsfs/dlm/user.c
Loading
Please register or sign in to comment