kernel-fxtec-pro1x/fs/dlm
David Teigland 761b9d3ffc dlm: save master info after failed no-queue request
When a NOQUEUE request fails, the rsb res_master field is unnecessarily
reset to -1, instead of leaving the valid master setting in place.  We
want to save the looked-up master values while the rsb is on the "toss
list" so that another lookup can be avoided if the rsb is soon reused.
The fix is to simply leave res_master value alone.

Signed-off-by: David Teigland <teigland@redhat.com>
2008-04-21 11:18:01 -05:00
..
ast.c
ast.h
config.c dlm: match signedness between dlm_config_info and cluster_set 2008-04-21 11:18:01 -05:00
config.h
debug_fs.c dlm: add __init and __exit marks to init and exit functions 2008-02-06 23:41:22 -06:00
dir.c
dir.h
dlm_internal.h
Kconfig
lock.c dlm: save master info after failed no-queue request 2008-04-21 11:18:01 -05:00
lock.h dlm: make dlm_print_rsb() static 2008-04-21 11:18:01 -05:00
lockspace.c dlm: add __init and __exit marks to init and exit functions 2008-02-06 23:41:22 -06:00
lockspace.h
lowcomms.c
lowcomms.h
lvb_table.h
main.c
Makefile
member.c
member.h
memory.c dlm: add __init and __exit marks to init and exit functions 2008-02-06 23:41:22 -06:00
memory.h
midcomms.c
midcomms.h
netlink.c dlm: add __init and __exit marks to init and exit functions 2008-02-06 23:41:22 -06:00
rcom.c dlm: fix rcom_names message to self 2008-02-21 15:19:54 -06:00
rcom.h
recover.c
recover.h
recoverd.c
recoverd.h
requestqueue.c
requestqueue.h
user.c dlm: add __init and __exit marks to init and exit functions 2008-02-06 23:41:22 -06:00
user.h
util.c
util.h