summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2015-10-08 20:09:20 -0400
committerMike Marshall <hubcap@omnibond.com>2015-11-13 11:37:19 -0500
commita0435ca18efe3e052393c2866a755f9ca1902268 (patch)
treeffd05779f2f9f43c3ffc1c8cc9ec8235c6b747fd /fs/orangefs
parent74f68fce2a395a188d454a488ea167affa4d7cf5 (diff)
orangefs: kill kmap/kunmap wrappers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/pvfs2-kernel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/orangefs/pvfs2-kernel.h b/fs/orangefs/pvfs2-kernel.h
index 916a35513419..16df1d5aa879 100644
--- a/fs/orangefs/pvfs2-kernel.h
+++ b/fs/orangefs/pvfs2-kernel.h
@@ -185,9 +185,6 @@ struct client_debug_mask {
#define PVFS2_GFP_FLAGS (GFP_KERNEL)
#define PVFS2_BUFMAP_GFP_FLAGS (GFP_KERNEL)
-#define pvfs2_kmap(page) kmap(page)
-#define pvfs2_kunmap(page) kunmap(page)
-
/* pvfs2 xattr and acl related defines */
#define PVFS2_XATTR_INDEX_POSIX_ACL_ACCESS 1
#define PVFS2_XATTR_INDEX_POSIX_ACL_DEFAULT 2