Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0435ca1 authored by Al Viro's avatar Al Viro Committed by Mike Marshall
Browse files

orangefs: kill kmap/kunmap wrappers

parent 74f68fce
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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