From: Julia Lawall Date: Fri, 8 May 2015 21:36:46 +0000 (+0200) Subject: staging: lustre: cl_page: delete empty macros X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~637 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c807210aeaefc164dad49d98927f1a84668d36;p=pandora-kernel.git staging: lustre: cl_page: delete empty macros CS_PAGE_INC etc. do nothing, so remove them. The semantic patch that performs this transformation is as follows: (http://coccinelle.lip6.fr/) // @@ expression o,item,state; @@ ( - CS_PAGE_INC(o, item); | - CS_PAGE_DEC(o, item); | - CS_PAGESTATE_INC(o, state); | - CS_PAGESTATE_DEC(o, state); ) // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed