Module Name: src
Committed By: jdolecek
Date: Sun Aug 14 11:31:41 UTC 2016
Modified Files:
src/sys/ufs/ufs: inode.h
Log Message:
again remove IN_E4EXTENTS; it's not used anywhere any more, and it's better to
keep fs-specific flags out of generic headers anyway
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/ufs/ufs/inode.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/ufs/ufs/inode.h
diff -u src/sys/ufs/ufs/inode.h:1.74 src/sys/ufs/ufs/inode.h:1.75
--- src/sys/ufs/ufs/inode.h:1.74 Thu Aug 4 17:47:47 2016
+++ src/sys/ufs/ufs/inode.h Sun Aug 14 11:31:41 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: inode.h,v 1.74 2016/08/04 17:47:47 jdolecek Exp $ */
+/* $NetBSD: inode.h,v 1.75 2016/08/14 11:31:41 jdolecek Exp $ */
/*
* Copyright (c) 1982, 1989, 1993
@@ -226,7 +226,6 @@ struct inode {
/* unused 0x1000 */ /* was LFS-only IN_PAGING */
#define IN_MODIFY 0x2000 /* Modification time update request. */
/* unused 0x4000 */ /* was LFS-only IN_CDIROP */
-#define IN_E4EXTENTS 0x8000 /* ext4 extents */
#if defined(_KERNEL)