]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: Remove DECLARE_LU_VARS macro
authorFabian Huegel <fabian_huegel@web.de>
Thu, 11 Jan 2018 17:16:57 +0000 (18:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Jan 2018 15:01:57 +0000 (16:01 +0100)
commita84b9900ef57c2c8dcc17ebcacabe69ecd3d6273
tree0df323b0d4fe93bb7f41c286efa4c15524d9e1db
parent6b1833a3de5ef91714fe56c234a476f0596762d9
staging: lustre: Remove DECLARE_LU_VARS macro

This macro was only used in four places to declare two variables.
It saved one line of code, but in our opinion hurt readability.
So we removed the macro, substituting every occurrence with the
declaration of the two variables (like the preprocessor would have done).

Signed-off-by: Fabian Huegel <fabian_huegel@web.de>
Signed-off-by: Christoph Volkert <linux@christoph-volkert.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/obd_class.h