nfs: trivial: remove unused nfs_wait_event macro
authorJeff Layton <jlayton@redhat.com>
Fri, 12 Nov 2010 14:23:04 +0000 (09:23 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 16 Nov 2010 16:56:24 +0000 (11:56 -0500)
Nothing uses this macro anymore.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/nfs_fs.h

index bba2668..c66fdb7 100644 (file)
@@ -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__ */