Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/ufs fix !WAPBL variant of UFS_WAPBL_REGISTER_DEALLOC...



details:   https://anonhg.NetBSD.org/src/rev/6ed9379eeb14
branches:  trunk
changeset: 819006:6ed9379eeb14
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Nov 11 22:59:26 2016 +0000

description:
fix !WAPBL variant of UFS_WAPBL_REGISTER_DEALLOCATION()

diffstat:

 sys/ufs/ufs/ufs_wapbl.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 533814b07be0 -r 6ed9379eeb14 sys/ufs/ufs/ufs_wapbl.h
--- a/sys/ufs/ufs/ufs_wapbl.h   Fri Nov 11 21:11:30 2016 +0000
+++ b/sys/ufs/ufs/ufs_wapbl.h   Fri Nov 11 22:59:26 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_wapbl.h,v 1.13 2016/11/10 20:56:32 jdolecek Exp $  */
+/*     $NetBSD: ufs_wapbl.h,v 1.14 2016/11/11 22:59:26 jdolecek Exp $  */
 
 /*-
  * Copyright (c) 2003,2006,2008 The NetBSD Foundation, Inc.
@@ -171,8 +171,8 @@
 #define        UFS_WAPBL_JUNLOCK_ASSERT(mp)
 #define        UFS_WAPBL_REGISTER_INODE(mp, ino, mode)         do { } while (0)
 #define        UFS_WAPBL_UNREGISTER_INODE(mp, ino, mode)       do { } while (0)
-#define        UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len)           0
-#define        UFS_WAPBL_REGISTER_DEALLOCATION_FORCE(mp, blk, len)     0
+#define        UFS_WAPBL_REGISTER_DEALLOCATION(mp, blk, len, cookiep)          0
+#define        UFS_WAPBL_REGISTER_DEALLOCATION_FORCE(mp, blk, len)             0
 #define        UFS_WAPBL_UNREGISTER_DEALLOCATION(mp, cookie)   do { } while (0)
 #endif
 



Home | Main Index | Thread Index | Old Index