X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fdquot.c;h=05f3327d64a3f7b93b064af0e323b34dbeff97af;hb=705e87c0c3c38424f7f30556c85bc20e808d2f59;hp=b9732335bcdcd6006733a9561e9ef8ceb8769117;hpb=8678887e7fb43cd6c9be6c9807b05e77848e0920;p=linux-2.6-block.git diff --git a/fs/dquot.c b/fs/dquot.c index b9732335bcdc..05f3327d64a3 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -500,7 +500,7 @@ static void prune_dqcache(int count) * more memory */ -static int shrink_dqcache_memory(int nr, unsigned int gfp_mask) +static int shrink_dqcache_memory(int nr, gfp_t gfp_mask) { if (nr) { spin_lock(&dq_list_lock);