From: Andrew Morton Cc: Suparna Bhattacharya Signed-off-by: Andrew Morton --- fs/gfs2/glock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/gfs2/glock.c~fsaio-add-a-wait-queue-arg-to-the-wait_bit-action-routine-gfs2-fix fs/gfs2/glock.c --- a/fs/gfs2/glock.c~fsaio-add-a-wait-queue-arg-to-the-wait_bit-action-routine-gfs2-fix +++ a/fs/gfs2/glock.c @@ -458,7 +458,7 @@ static void gfs2_holder_dispose_or_wake( wake_up_bit(&gh->gh_iflags, HIF_WAIT); } -static int holder_wait(void *word) +static int holder_wait(void *word, wait_queue_t *wait) { schedule(); return 0; _