diff options
author | Fred Isaman <iisaman@netapp.com> | 2012-03-08 17:29:34 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-03-10 17:13:58 -0500 |
commit | 9994b62b5621f88828d442fcd03fe3ce4c43344b (patch) | |
tree | b337f13fa873d0931b81f6e9a51ac739e6e074f1 /include | |
parent | ad1e3968292e3af1c49ccbd0fb7d2674010f8efc (diff) |
NFS: remove NFS_PAGE_TAG_LOCKED
The last real use of this tag was removed by
commit 7f2f12d963 NFS: Simplify nfs_wb_page()
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_page.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index ab465fe8c3d6..65b563f0903a 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
@@ -21,7 +21,6 @@ | |||
21 | /* | 21 | /* |
22 | * Valid flags for the radix tree | 22 | * Valid flags for the radix tree |
23 | */ | 23 | */ |
24 | #define NFS_PAGE_TAG_LOCKED 0 | ||
25 | #define NFS_PAGE_TAG_COMMIT 1 | 24 | #define NFS_PAGE_TAG_COMMIT 1 |
26 | 25 | ||
27 | /* | 26 | /* |
@@ -106,8 +105,6 @@ extern bool nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, | |||
106 | struct nfs_page *req); | 105 | struct nfs_page *req); |
107 | extern int nfs_wait_on_request(struct nfs_page *); | 106 | extern int nfs_wait_on_request(struct nfs_page *); |
108 | extern void nfs_unlock_request(struct nfs_page *req); | 107 | extern void nfs_unlock_request(struct nfs_page *req); |
109 | extern int nfs_set_page_tag_locked(struct nfs_page *req); | ||
110 | extern void nfs_clear_page_tag_locked(struct nfs_page *req); | ||
111 | 108 | ||
112 | /* | 109 | /* |
113 | * Lock the page of an asynchronous request without getting a new reference | 110 | * Lock the page of an asynchronous request without getting a new reference |