Commit 0b978314 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] fix fs/dquot.c compilation

Another one that James noticed..
parent 43fb68dc
......@@ -103,7 +103,7 @@ static struct quota_format_type *find_quota_format(int id)
lock_kernel();
for (actqf = quota_formats; actqf && actqf->qf_fmt_id != id; actqf = actqf->qf_next);
if (actqf && !try_module_get:(actqf->qf_owner))
if (actqf && !try_module_get(actqf->qf_owner))
actqf = NULL;
unlock_kernel();
return actqf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment