* [PATCH] nfs: trivial: remove unused nfs_wait_event macro
@ 2010-11-12 14:23 Jeff Layton
0 siblings, 0 replies; only message in thread
From: Jeff Layton @ 2010-11-12 14:23 UTC (permalink / raw)
To: trond.myklebust; +Cc: linux-nfs
Nothing uses this macro anymore.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
include/linux/nfs_fs.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index bba2668..c66fdb7 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -593,12 +593,6 @@ nfs_fileid_to_ino_t(u64 fileid)
return ino;
}
-#define nfs_wait_event(clnt, wq, condition) \
-({ \
- int __retval = wait_event_killable(wq, condition); \
- __retval; \
-})
-
#define NFS_JUKEBOX_RETRY_TIME (5 * HZ)
#endif /* __KERNEL__ */
--
1.7.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-12 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 14:23 [PATCH] nfs: trivial: remove unused nfs_wait_event macro Jeff Layton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).