看板 DFBSD_commit 關於我們 聯絡資訊
commit e1014452af0f36bf09007f4cf5d1b259d544b2f0 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat May 22 09:40:14 2010 -0700 AHCI - Fix use of error ccb in error path * A conditional was improperly reusing the 'ccb' variable. Use a different variable name so the original ccb (the error ccb) is not replaced. Summary of changes: sys/dev/disk/ahci/ahci.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e1014452af0f36bf09007f4cf5d1b259d544b2f0 -- DragonFly BSD source repository