Kernel: d_flush() flushes the write cache of a device, using the private
authorWill Sowerbutts <will@sowerbutts.com>
Sun, 11 Jan 2015 23:41:49 +0000 (23:41 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 11 Jan 2015 23:41:49 +0000 (23:41 +0000)
commitf4b220f4081fc1864fe1c668e166f5460e6bdd46
treeb85d4210cbf0861baf14ce347479b2a6131f669e
parentc27569c50890de48099ba437968ad53898b80e17
Kernel: d_flush() flushes the write cache of a device, using the private
device ioctl BLOCK_FLUSH_CACHE.

d_flush() is called on a device whenever a writable file is closed.
Kernel/devio.c
Kernel/include/kernel.h
Kernel/inode.c
Kernel/syscall_fs.c