]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/staging: Removed unnecessary check for LUSTRE_VERSION_CODE
authorFilipe Gonçalves <filipe@codinghighway.com>
Sat, 11 Oct 2014 21:33:39 +0000 (22:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 08:21:55 +0000 (16:21 +0800)
commit1bca2822b4420dfc1f7f40bbea5011bbf25e1113
tree1c5dac9f8a969ff227efe7ebf867bb4d6fa06740
parent73e0e4dfed4c5c3bd1533321c98f2dac379324f8
drivers/staging: Removed unnecessary check for LUSTRE_VERSION_CODE

Given that this code is now part of the kernel tree, the #ifdef directive comparing LUSTRE_VERSION_CODE to the kernel version is no longer needed.

As a side effect, this will also remove the sparse error "directive in argument list".

Signed-off-by: Filipe Gonçalves <filipe@codinghighway.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/layout.c