Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/gnu/fs/ext2fs/inode.h 73942 2001-03-07 07:09:55Z mckusick $
---
> * $FreeBSD: head/sys/gnu/fs/ext2fs/inode.h 76357 2001-05-08 07:42:20Z mckusick $
128,131c128,130
< #define IN_SHLOCK 0x0020 /* File has shared lock. */
< #define IN_EXLOCK 0x0040 /* File has exclusive lock. */
< #define IN_HASHED 0x0080 /* Inode is on hash list */
< #define IN_LAZYMOD 0x0100 /* Modified, but don't write yet. */
---
> #define IN_HASHED 0x0020 /* Inode is on hash list */
> #define IN_LAZYMOD 0x0040 /* Modified, but don't write yet. */
> #define IN_SPACECOUNTED 0x0080 /* Blocks to be freed in free count. */