kernel - Fix improper tmpfs resource limit check
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 23 Jan 2013 00:51:52 +0000 (16:51 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 23 Jan 2013 00:51:52 +0000 (16:51 -0800)
commit4c5cdd6bb4303e59e020dc83ec0dd9c02e9f5dac
treed26b1135c6bdc8176155d84262da715d4d8d895a
parent7af8139b376b67d3b74112fbf9d6b4e1a71af773
kernel - Fix improper tmpfs resource limit check

* Fix an improper check that was causing tmpfs to blow up when used as
  backing store for a VN device.

Reported-by: tuxillo
sys/vfs/tmpfs/tmpfs_vnops.c