]> git.karo-electronics.de Git - linux-beck.git/commit
staging/lustre: Rework MAX_DIO_SIZE macro
authorOleg Drokin <green@linuxhacker.ru>
Fri, 26 Feb 2016 06:50:11 +0000 (01:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 03:17:41 +0000 (19:17 -0800)
commit12a880bfdec9259ccade5095351e80b0784956a3
tree7e9460d23a9042790bbdae4856460ddfba7a0f19
parent22ea97f05cc1096ff8e31f90f6e313862f1e7443
staging/lustre: Rework MAX_DIO_SIZE macro

KMALLOC_MAX_SIZE is always defined in the kernel, so no point
in checking for it, just use t directly.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/rw26.c