ocfs2: cond_resched() in ocfs2_zero_extend()
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 4 Oct 2006 00:53:05 +0000 (17:53 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 20 Oct 2006 22:27:48 +0000 (15:27 -0700)
commite2057c5a63821e17c8a54dab6db680c77ce7ee6c
tree411465feea60aafd3bacbaec2fffb42af6e7bfe2
parent0effef776ff95b7a6d6e48a2ef407ecaa8c21f96
ocfs2: cond_resched() in ocfs2_zero_extend()

The loop within ocfs2_zero_extend() can execute for a long time, causing
spurious soft lockup warnings.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/file.c