name='generator' content='cgit v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include/linux/lnet/lnetctl.h
AgeCommit message (Collapse)Author
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman
We need to remove the ccflags from the Lustre code as it prevents individual object files from building properly in the kernel build system. It also hids the horrid mess that the Lustre include files are made up of. Start out by removing the toplevel ccflags variable pointing to drivers/staging/lustre/include/ as a valid include path. This requires the absolute include markings of a bunch of .h and .c files, which is also done here. Cc: Andreas Dilger <andreas.dilger@intel.com> Cc: Oleg Drokin <oleg.drokin@intel.com> Cc: hpdd-discuss <hpdd-discuss@lists.01.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-07-11staging: lnet: lnetctl.h: checkpatch cleanup: whitespace neateningGreg Kroah-Hartman
whitespace changes only - git diff -w shows no difference Cc: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>