From ab909585b813193bb45f52367c1e7d056e33cfa9 Mon Sep 17 00:00:00 2001 From: Srikrishan Malik Date: Mon, 11 Aug 2014 23:57:39 +0530 Subject: [PATCH] staging: lustre: Cleanup variable declarations in mdc_enqueue() Changes: - move const union vars to the top - move rc to bottom - do not initialize req - set lvb_type to enum member instead of 0 - change __u64 to u64 - fix inconsistant columnization Signed-off-by: Srikrishan Malik Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed