Loading fs/ocfs2/file.c +7 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ #include <linux/highmem.h> #include <linux/pagemap.h> #include <linux/uio.h> #include <linux/sched.h> #define MLOG_MASK_PREFIX ML_INODE #include <cluster/masklog.h> Loading Loading @@ -691,6 +692,12 @@ static int ocfs2_zero_extend(struct inode *inode, } start_off += sb->s_blocksize; /* * Very large extends have the potential to lock up * the cpu for extended periods of time. */ cond_resched(); } out: Loading Loading
fs/ocfs2/file.c +7 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ #include <linux/highmem.h> #include <linux/pagemap.h> #include <linux/uio.h> #include <linux/sched.h> #define MLOG_MASK_PREFIX ML_INODE #include <cluster/masklog.h> Loading Loading @@ -691,6 +692,12 @@ static int ocfs2_zero_extend(struct inode *inode, } start_off += sb->s_blocksize; /* * Very large extends have the potential to lock up * the cpu for extended periods of time. */ cond_resched(); } out: Loading