HAMMER VFS - Do a better job with IO_DIRECT
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 3 Mar 2010 06:50:10 +0000 (22:50 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 3 Mar 2010 06:50:10 +0000 (22:50 -0800)
commitd1eff1f76e97f152871f352c915e5f23227e09e1
treec1cb0d0319164f52bdcbc7e35453550f918a1a1d
parent95885f2087bf8a2ded4c9db3a3ab808140d49bae
HAMMER VFS - Do a better job with IO_DIRECT

* IO_DIRECT is rather nasty, only actually honor it if the write() operation
  fits the buffer.

Reported-by: Vincent Stemen <vince.dragonfly@hightek.org>
sys/vfs/hammer/hammer_vnops.c