HAMMER VFS - Only set B_CLUSTEROK on 64K buffers
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 30 Apr 2012 22:48:32 +0000 (15:48 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 30 Apr 2012 22:48:32 +0000 (15:48 -0700)
commit66030e2b4635359f2d84f23298c9d8ce1e6af5da
treeb8abdd582c5ae9ca732e8ca670f58113fba51235
parentb642a6c1f5bbb295e29522d99c65038f459288ac
HAMMER VFS - Only set B_CLUSTEROK on 64K buffers

* Only set B_CLUSETEROK on 64K buffers.  This should fix a fairly rare
  panic related to buffer size mismatches due to the bufdaemon crossing
  the 16K/64K buffer size boundary when clustering buffers.
sys/vfs/hammer/hammer_vnops.c