search for: o2net_send_message_vec

Displaying 4 results from an estimated 4 matches for "o2net_send_message_vec".

2009 Jun 11
1
[PATCH 1/1] ocfs2/net: Use wait_event() in o2net_send_message_vec()
Replace wait_event_interruptible() with wait_event() in o2net_send_message_vec(). This is because this function is called by the dlm that expects signals to be blocked. Fixes oss bugzilla#1126 http://oss.oracle.com/bugzilla/show_bug.cgi?id=1126 Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com> --- fs/ocfs2/cluster/tcp.c | 7 ++----- 1 files changed, 2 ins...
2008 Feb 26
2
Patch to add debugfs interface to o2net
This is a forward port for net_proc.c from 1.2.
2009 Jun 16
0
[GIT PULL] ocfs2 updates for 2.6.31
...locks for directories Joel Becker (1): ocfs2: Add statistics for the checksum and ecc operations. Srinivas Eeda (2): ocfs2: timer to queue scan of all orphan slots ocfs2 patch to track delayed orphan scan timer statistics Sunil Mushran (1): ocfs2/net: Use wait_event() in o2net_send_message_vec() Tao Ma (3): ocfs2: Don't printk the error when listing too many xattrs. ocfs2: Remove redundant gotos in ocfs2_mount_volume() ocfs2: Adjust rightmost path in ocfs2_add_branch. fs/ocfs2/alloc.c | 80 ++++++++++++++++++- fs/ocfs2/blockcheck.c | 184 +++++++...
2009 Jun 18
8
Patches backported from mainline
All, Please review the patches backported to 1.4 from mainline. Sunil