aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-11-12 09:23:04 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2010-11-16 11:56:24 -0500
commit5685b971362651ee3d99ff3cc512c3bbd049d34d (patch)
tree825dbbe8a53208725756e2486c825ea5e678a05a /include/linux/nfs_fs.h
parentNFS: readdir shouldn't read beyond the reply returned by the server (diff)
downloadlinux-dev-5685b971362651ee3d99ff3cc512c3bbd049d34d.tar.xz
linux-dev-5685b971362651ee3d99ff3cc512c3bbd049d34d.zip
nfs: trivial: remove unused nfs_wait_event macro
Nothing uses this macro anymore. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r--include/linux/nfs_fs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index bba26684acdc..c66fdb7d6998 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__ */