OSDN Git Service

staging: lustre: llite: rw.c: remove gfp_mask
authorGuillaume Morin <guillaume@morinfr.org>
Tue, 22 Jul 2014 02:22:26 +0000 (04:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 22:00:33 +0000 (15:00 -0700)
commit137edbaa94c89132152ef3715542beff4af8e51d
tree0f687943cbe841a4c4604059779b3a2888290564
parentb24351791c763600433e72a2e98677a572bdd05b
staging: lustre: llite: rw.c: remove gfp_mask

sparse reported that gfp_mask was of the wrong type to store gfp flags.  The
variable is not used so it can be removed.

Signed-off-by: Guillaume Morin <guillaume@morinfr.org>
Suggested-by: gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/rw.c