summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Morin <guillaume@morinfr.org>2014-07-22 04:22:26 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-22 15:00:33 -0700
commit137edbaa94c89132152ef3715542beff4af8e51d (patch)
tree0f687943cbe841a4c4604059779b3a2888290564
parentb24351791c763600433e72a2e98677a572bdd05b (diff)
downloadop-kernel-dev-137edbaa94c89132152ef3715542beff4af8e51d.zip
op-kernel-dev-137edbaa94c89132152ef3715542beff4af8e51d.tar.gz
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>
-rw-r--r--drivers/staging/lustre/lustre/llite/rw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/lustre/lustre/llite/rw.c b/drivers/staging/lustre/lustre/llite/rw.c
index cd8402e..ecd7a22 100644
--- a/drivers/staging/lustre/lustre/llite/rw.c
+++ b/drivers/staging/lustre/lustre/llite/rw.c
@@ -496,14 +496,9 @@ static int ll_read_ahead_page(const struct lu_env *env, struct cl_io *io,
struct cl_object *clob = ll_i2info(mapping->host)->lli_clob;
struct cl_page *page;
enum ra_stat which = _NR_RA_STAT; /* keep gcc happy */
- unsigned int gfp_mask;
int rc = 0;
const char *msg = NULL;
- gfp_mask = GFP_HIGHUSER & ~__GFP_WAIT;
-#ifdef __GFP_NOWARN
- gfp_mask |= __GFP_NOWARN;
-#endif
vmpage = grab_cache_page_nowait(mapping, index);
if (vmpage != NULL) {
/* Check if vmpage was truncated or reclaimed */
OpenPOWER on IntegriCloud