X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fquota%2Flquota_entry.c;h=e94cd66d977802b9b694fcfd3063dc66478ff38a;hp=ee73c16374114bd96cd575ca24d9b843570eff03;hb=5c883ea2748ae9e430a9cd863a9b630b2a74440a;hpb=f2d06d3c76a1d69447e7bd6fd29d8165be558d73 diff --git a/lustre/quota/lquota_entry.c b/lustre/quota/lquota_entry.c index ee73c16..e94cd66 100644 --- a/lustre/quota/lquota_entry.c +++ b/lustre/quota/lquota_entry.c @@ -176,8 +176,7 @@ retry: "freed:%lu, repeat:%u\n", hash, d.lid_inuse, d.lid_freed, repeat); repeat++; - set_current_state(TASK_INTERRUPTIBLE); - schedule_timeout(cfs_time_seconds(1)); + schedule_timeout_interruptible(cfs_time_seconds(1)); goto retry; } EXIT;