* [KJ] [PATCH] Remove XFS 2.4 specific code
@ 2006-10-18 3:11 David KOENIG
0 siblings, 0 replies; only message in thread
From: David KOENIG @ 2006-10-18 3:11 UTC (permalink / raw)
To: kernel-janitors
I'm kind of new to the game, so is this the type of thing I should be doing to
remove old code?
---
fs/xfs/xfs_dmapi.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/fs/xfs/xfs_dmapi.h b/fs/xfs/xfs_dmapi.h
index 4e7865a..8d370e9 100644
--- a/fs/xfs/xfs_dmapi.h
+++ b/fs/xfs/xfs_dmapi.h
@@ -172,13 +172,6 @@ #define DM_SEM_FLAG_RD(ioflags) (((iofla
#define DM_SEM_FLAG_WR (DM_FLAGS_IALLOCSEM_WR | DM_FLAGS_IMUX)
#endif
-#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,21)
-#define DM_SEM_FLAG_RD(ioflags) (((ioflags) & IO_ISDIRECT) ? \
- 0 : DM_FLAGS_IMUX)
-#define DM_SEM_FLAG_WR (DM_FLAGS_IMUX)
-#endif
-
-
/*
* Macros to turn caller specified delay/block flags into
* dm_send_xxxx_event flag DM_FLAGS_NDELAY.
--
1.4.1
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-18 3:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18 3:11 [KJ] [PATCH] Remove XFS 2.4 specific code David KOENIG
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.