kernel - Fix access chceck in tmpfs that prevented chroot's into it
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 1 Nov 2010 16:29:31 +0000 (09:29 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 1 Nov 2010 16:29:31 +0000 (09:29 -0700)
commit5a9e9ac748c46989af9293e850ad307c3fc72f80
tree7373b49f708a148b54143193c827f3f2147f5632
parente43754b85feb2239abdfcaef672ddeaf5526babf
kernel - Fix access chceck in tmpfs that prevented chroot's into it

* Fix broken code which caused access() calls into tmpfs to assume
  write permission was being requested when it was not.

Submitted-by: Rumko <rumcic@gmail.com>
sys/vfs/tmpfs/tmpfs_vnops.c