From ee2ad892377fe4ac758dfcb4c0d658ae1ea685ae Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 23 Jul 2008 21:27:36 -0700 Subject: [PATCH] --- yaml --- r: 105295 b: refs/heads/master c: cce770815869e9209171d819dfde89bcc738ab62 h: refs/heads/master i: 105293: 3f8676a7c1101d039b909a633a75df50314236db 105291: c494c229a7423624902fc41f2f694621b9a13832 105287: 494fc08fd649e1656a39ca6cd327e1839045aca3 105279: 812b1ae8cef93959ab3db8553d9ce86292f3fea9 v: v3 --- [refs] | 2 +- trunk/fs/sync.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9435eec79458..096b33a3fc8e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bcd78e49613c41b5bed96fa288e983876f286a59 +refs/heads/master: cce770815869e9209171d819dfde89bcc738ab62 diff --git a/trunk/fs/sync.c b/trunk/fs/sync.c index 228e17b5e9ee..2967562d416f 100644 --- a/trunk/fs/sync.c +++ b/trunk/fs/sync.c @@ -139,7 +139,8 @@ asmlinkage long sys_fdatasync(unsigned int fd) * before performing the write. * * SYNC_FILE_RANGE_WRITE: initiate writeout of all those dirty pages in the - * range which are not presently under writeback. + * range which are not presently under writeback. Note that this may block for + * significant periods due to exhaustion of disk request structures. * * SYNC_FILE_RANGE_WAIT_AFTER: wait upon writeout of all pages in the range * after performing the write.