Re: [Linux-fbdev-devel] [PATCH] fb: fsync() method for deferred I/O flush.

2007-03-05 Thread Antonino A. Daplas
On Mon, 2007-03-05 at 19:39 +0900, Paul Mundt wrote: > There are cases when we do not want to wait on the delay for > automatically updating the "real" framebuffer, this implements a > simple ->fsync() hook for explicitly flushing the deferred I/O > work. The ->page_mkwrite() handler will rearm the

[PATCH] fb: fsync() method for deferred I/O flush.

2007-03-05 Thread Paul Mundt
There are cases when we do not want to wait on the delay for automatically updating the "real" framebuffer, this implements a simple ->fsync() hook for explicitly flushing the deferred I/O work. The ->page_mkwrite() handler will rearm the work queue normally. Signed-off-by: Paul Mundt <[EMAIL PROT