From: Christoph Hellwig Date: Sun, 4 Sep 2005 22:22:52 +0000 (+1000) Subject: [XFS] Delay direct I/O completion to a workqueue This is nessecary X-Git-Tag: v2.6.14-rc1~526^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09738638d3bae6501e8e160c66233832d8c280f;p=pandora-kernel.git [XFS] Delay direct I/O completion to a workqueue This is nessecary because aio+dio completions may happen from irq context but we need process context for converting unwritten extents. We also queue regular direct I/O completions to workqueue for regularity, there's only one queue_work call per syscall. SGI-PV: 934766 SGI-Modid: xfs-linux:xfs-kern:196857a Signed-off-by: Christoph Hellwig Signed-off-by: Nathan Scott --- Reading git-diff-tree failed