HAMMER - HAMMERIOC_GETHISTORY ioctl fails on directories in PFSs
commit881c6bee2f8ef57efa0a72764251e1fd60bb2673
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 11 Sep 2009 17:19:39 +0000 (11 10:19 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 11 Sep 2009 17:19:39 +0000 (11 10:19 -0700)
treea6cbd1bb867f895955f52e5fb3370a59ed3281e6
parent67b9a427c36e99e4a7c70ddae1485f3af36f4096
HAMMER - HAMMERIOC_GETHISTORY ioctl fails on directories in PFSs

* The HAMMERIOC_GETHISTORY ioctl on a directory inside a PFS other then
  the root PFS would fail due to an incorrect localization assignment.
  Fix the assignment.

Reported-by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx>
sys/vfs/hammer/hammer_ioctl.c