Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs remove ffs-only IN_SPACECOUNTED



details:   https://anonhg.NetBSD.org/src/rev/d9bf30cad552
branches:  trunk
changeset: 796242:d9bf30cad552
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon May 26 18:58:32 2014 +0000

description:
remove ffs-only IN_SPACECOUNTED

diffstat:

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

diffs (24 lines):

diff -r 94ca85788b3a -r d9bf30cad552 sys/ufs/lfs/lfs_inode.h
--- a/sys/ufs/lfs/lfs_inode.h   Mon May 26 18:52:50 2014 +0000
+++ b/sys/ufs/lfs/lfs_inode.h   Mon May 26 18:58:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_inode.h,v 1.5 2013/06/18 08:01:00 dholland Exp $   */
+/*     $NetBSD: lfs_inode.h,v 1.6 2014/05/26 18:58:32 dholland Exp $   */
 /*  from NetBSD: ulfs_inode.h,v 1.5 2013/06/06 00:51:50 dholland Exp  */
 /*  from NetBSD: inode.h,v 1.64 2012/11/19 00:36:21 jakllsch Exp  */
 
@@ -207,12 +207,12 @@
 #define        IN_MODIFY       0x2000          /* Modification time update request. */
 #define        IN_MODIFIED     0x0008          /* Inode has been modified. */
 #define        IN_ACCESSED     0x0010          /* Inode has been accessed. */
-/* #define     IN_UNUSED       0x0020 */       /* unused, was IN_RENAME */
+/*        unused       0x0020 */       /* was IN_RENAME */
 #define        IN_SHLOCK       0x0040          /* File has shared lock. */
 #define        IN_EXLOCK       0x0080          /* File has exclusive lock. */
 #define        IN_CLEANING     0x0100          /* LFS: file is being cleaned */
 #define        IN_ADIROP       0x0200          /* LFS: dirop in progress */
-#define        IN_SPACECOUNTED 0x0400          /* Blocks to be freed in free count. */
+/*        unused       0x0400          /* was FFS-only IN_SPACECOUNTED */
 #define        IN_PAGING       0x1000          /* LFS: file is on paging queue */
 #define IN_CDIROP       0x4000          /* LFS: dirop completed pending i/o */
 



Home | Main Index | Thread Index | Old Index