projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac39612
)
nfs: trivial: remove unused nfs_wait_event macro
author
Jeff Layton
<jlayton@redhat.com>
Fri, 12 Nov 2010 14:23:04 +0000
(09:23 -0500)
committer
Trond 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/nfs_fs.h
b/include/linux/nfs_fs.h
index bba26684acdc5e0e9364419db9cc3fb7802c1109..c66fdb7d6998129701f6eaa653f1d28dd641e332 100644
(file)
--- 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__ */