diff --git a/[refs] b/[refs] index cd7eac9cd32f..b2803de3ef56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 613afbf83298efaead05ebcac23d2285609d7160 +refs/heads/master: def01bc53d03881acfc393bd10a5c7575187e008 diff --git a/trunk/fs/locks.c b/trunk/fs/locks.c index b6440f52178f..2eb81975c99c 100644 --- a/trunk/fs/locks.c +++ b/trunk/fs/locks.c @@ -768,7 +768,7 @@ static int flock_lock_file(struct file *filp, struct file_lock *request) * give it the opportunity to lock the file. */ if (found) - cond_resched_bkl(); + cond_resched(); find_conflict: for_each_lock(inode, before) { diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index c41d424db887..cbbfca69aa4a 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -2305,8 +2305,6 @@ extern int __cond_resched_softirq(void); __cond_resched_softirq(); \ }) -#define cond_resched_bkl() cond_resched() - /* * Does a critical section need to be broken due to another * task waiting?: (technically does not depend on CONFIG_PREEMPT,