From: Joe Perches Date: Mon, 29 Sep 2014 23:08:23 +0000 (-0700) Subject: dlm: Remove seq_printf() return checks and use seq_has_overflowed() X-Git-Tag: omap-for-v3.19/fixes-rc1~143^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d906b234afc984e93044c19e7b6598824412aa;p=pandora-kernel.git dlm: Remove seq_printf() return checks and use seq_has_overflowed() The seq_printf() return is going away soon and users of it should check seq_has_overflowed() to see if the buffer is full and will not accept any more data. Convert functions returning int to void where seq_printf() is used. Link: http://lkml.kernel.org/p/43590057bcb83846acbbcc1fe641f792b2fb7773.1412031505.git.joe@perches.com Link: http://lkml.kernel.org/r/20141029220107.939492048@goodmis.org Acked-by: David Teigland Cc: Christine Caulfield Cc: cluster-devel@redhat.com Signed-off-by: Joe Perches Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed