看板 DFBSD_commit 關於我們 聯絡資訊
commit 881c6bee2f8ef57efa0a72764251e1fd60bb2673 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Sep 11 10:19:39 2009 -0700 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> Summary of changes: sys/vfs/hammer/hammer_ioctl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/881c6bee2f8ef57efa0a72764251e1fd60bb2673 -- DragonFly BSD source repository