X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Flibcfs%2Fuser-lock.c;h=2657dbc545546e195fa8cc46ced572d23fb17f41;hb=6c0e861a8189be58e8133df5b116d9f75650fda4;hp=cf1b0927c00cc93844a73b43ac1f1ceacea4e22f;hpb=9458f991eb90b4cfef3836dd37ae6d1fe96409fd;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/user-lock.c b/libcfs/libcfs/user-lock.c index cf1b092..2657dbc 100644 --- a/libcfs/libcfs/user-lock.c +++ b/libcfs/libcfs/user-lock.c @@ -165,6 +165,12 @@ void wait_for_completion(struct completion *c) LASSERT(c != NULL); } +int wait_for_completion_interruptible(struct completion *c) +{ + LASSERT(c != NULL); + return 0; +} + /* * rw_semaphore: *