1
0
Fork 0
alistair23-linux/fs/dlm
David Teigland 6861f35078 dlm: fix socket fd translation
The code to set up sctp sockets was not using the sockfd_lookup()
and sockfd_put() routines to translate an fd to a socket.  The
direct fget and fput calls were resulting in error messages from
alloc_fd().

Also clean up two log messages and remove a third, related to
setting up sctp associations.

Signed-off-by: David Teigland <teigland@redhat.com>
2009-09-30 12:19:44 -05:00
..
Kconfig
Makefile
ast.c dlm: fs/dlm/ast.c: fix warning 2008-12-23 10:22:56 -06:00
ast.h dlm: improve how bast mode handling 2008-12-23 10:16:46 -06:00
config.c
config.h
debug_fs.c seq_file: constify seq_operations 2009-09-23 07:39:29 -07:00
dir.c dlm: use more NOFS allocation 2009-05-15 11:24:59 -05:00
dir.h
dlm_internal.h dlm: Change rwlock which is only used in write mode to a spinlock 2009-01-28 12:55:55 -06:00
lock.c dlm: Fix uninitialised variable warning in lock.c 2009-06-17 11:31:32 -05:00
lock.h
lockspace.c dlm: fix use count with multiple joins 2009-05-07 10:14:42 -05:00
lockspace.h
lowcomms.c dlm: fix socket fd translation 2009-09-30 12:19:44 -05:00
lowcomms.h dlm: connect to nodes earlier 2009-05-15 09:34:12 -05:00
lvb_table.h
main.c
member.c dlm: use more NOFS allocation 2009-05-15 11:24:59 -05:00
member.h
memory.c dlm: fix up memory allocation flags 2008-12-23 10:15:40 -06:00
memory.h
midcomms.c dlm: fix up memory allocation flags 2008-12-23 10:15:40 -06:00
midcomms.h
netlink.c genetlink: make netns aware 2009-07-12 14:03:27 -07:00
plock.c dlm: fix plock use-after-free 2009-06-18 13:42:42 -05:00
rcom.c
rcom.h
recover.c dlm: change rsbtbl rwlock to spinlock 2009-01-08 15:12:39 -06:00
recover.h
recoverd.c
recoverd.h
requestqueue.c dlm: use more NOFS allocation 2009-05-15 11:24:59 -05:00
requestqueue.h
user.c dlm: fix length calculation in compat code 2009-03-11 12:23:59 -05:00
user.h dlm: improve how bast mode handling 2008-12-23 10:16:46 -06:00
util.c
util.h