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>
Wed, 2 May 2012 00:47:00 +0000 (17:47 -0700)
commit8b60399de021eb70cfd0d4599c1604bfbd93cec6
treea8919a058b669e5f2c11b2df9ca433bcb243a5dc
parentd350c3cdc841af223c7832ed1feb9d5ce0168c5b
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