mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
orangefs: kill kmap/kunmap wrappers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
74f68fce2a
commit
a0435ca18e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user