Re: [PATCH] dlm: cleanup send_to_sock routine

2012-08-13 Thread David Teigland
On Mon, Aug 13, 2012 at 02:29:55PM +0800, Ying Xue wrote: > But I have submitted another patch: > https://lkml.org/lkml/2012/8/9/668 Yes I got it, to see all the patches I've pushed out, check here: http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/teigland/linux-dlm.git;a=shortlog;h=refs/heads

[PATCH] dlm: cleanup send_to_sock routine

2012-08-12 Thread Ying Xue
Remove unnecessary code form send_to_sock routine. Signed-off-by: Ying Xue --- fs/dlm/lowcomms.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 5c1b0e3..f8eefe2 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -13