diff options
author | Martin Brandenburg <martin@omnibond.com> | 2016-01-04 15:05:28 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-01-04 16:21:46 -0500 |
commit | 7d2214858f137ff5fe20d0fdc2823c12b4b54f46 (patch) | |
tree | c269ab6ecb76f691dc20623ea0ffac2ba46ff736 /fs/orangefs/devorangefs-req.c | |
parent | c146c0b87f7cef247744a649f8c1d794d18bfcb7 (diff) | |
download | linux-7d2214858f137ff5fe20d0fdc2823c12b4b54f46.tar.bz2 |
orangefs: Fix some more global namespace pollution.
This only changes the names of things, so there is no functional change.
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/devorangefs-req.c')
-rw-r--r-- | fs/orangefs/devorangefs-req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/devorangefs-req.c b/fs/orangefs/devorangefs-req.c index 5a9c53eb115f..e3bb15e344ed 100644 --- a/fs/orangefs/devorangefs-req.c +++ b/fs/orangefs/devorangefs-req.c @@ -600,7 +600,7 @@ static int orangefs_devreq_release(struct inode *inode, struct file *file) __func__); mutex_lock(&devreq_mutex); - if (get_bufmap_init()) + if (orangefs_get_bufmap_init()) orangefs_bufmap_finalize(); open_access_count--; @@ -693,7 +693,7 @@ static long dispatch_ioctl_command(unsigned int command, unsigned long arg) (struct ORANGEFS_dev_map_desc __user *) arg, sizeof(struct ORANGEFS_dev_map_desc)); - if (get_bufmap_init()) { + if (orangefs_get_bufmap_init()) { return -EINVAL; } else { return ret ? |