git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95668a6
)
fuse: add fuse_ prefix to several functions
author
Tejun Heo
<tj@kernel.org>
Wed, 26 Nov 2008 11:03:55 +0000
(12:03 +0100)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 26 Nov 2008 11:03:55 +0000
(12:03 +0100)
Add fuse_ prefix to request_send*() and get_root_inode() as some of
those functions will be exported for CUSE. With or without CUSE
export, having the function names scoped is a good idea for
debuggability.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found