aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/orangefs/orangefs-kernel.h
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-01-02 23:04:47 +0100
committerMike Marshall <hubcap@omnibond.com>2016-01-04 16:21:37 -0500
commitc146c0b87f7cef247744a649f8c1d794d18bfcb7 (patch)
tree88053f8d8bf3a21046a45efd50d997611bb02cf1 /fs/orangefs/orangefs-kernel.h
parentOrangeFS: constify export_operations structures (diff)
downloadwireguard-linux-c146c0b87f7cef247744a649f8c1d794d18bfcb7.tar.xz
wireguard-linux-c146c0b87f7cef247744a649f8c1d794d18bfcb7.zip
orangefs: Don't pollute global namespace
Prefix public functions with "orangefs_" do don't pollute the global namespace. This fixes a build issue on UML which also has block_signals(). Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r--fs/orangefs/orangefs-kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h
index fe8284045a40..0c7a9cf9b8ef 100644
--- a/fs/orangefs/orangefs-kernel.h
+++ b/fs/orangefs/orangefs-kernel.h
@@ -576,9 +576,9 @@ void orangefs_op_initialize(struct orangefs_kernel_op_s *op);
void orangefs_make_bad_inode(struct inode *inode);
-void block_signals(sigset_t *);
+void orangefs_block_signals(sigset_t *);
-void set_signals(sigset_t *);
+void orangefs_set_signals(sigset_t *);
int orangefs_unmount_sb(struct super_block *sb);