Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs again remove IN_E4EXTENTS; it's not used anywher...
details: https://anonhg.NetBSD.org/src/rev/231886baf435
branches: trunk
changeset: 817245:231886baf435
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Aug 14 11:31:41 2016 +0000
description:
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
diffstat:
sys/ufs/ufs/inode.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8907aacff93e -r 231886baf435 sys/ufs/ufs/inode.h
--- a/sys/ufs/ufs/inode.h Sun Aug 14 11:26:35 2016 +0000
+++ b/sys/ufs/ufs/inode.h Sun Aug 14 11:31:41 2016 +0000
@@ -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 @@
/* 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)
Home |
Main Index |
Thread Index |
Old Index