projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7ad11
)
orangefs: remove unused get_fsid_from_ino
author
Martin Brandenburg
<martin@omnibond.com>
Tue, 25 Apr 2017 19:37:55 +0000
(15:37 -0400)
committer
Mike Marshall
<hubcap@omnibond.com>
Wed, 26 Apr 2017 18:33:00 +0000
(14:33 -0400)
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/orangefs-kernel.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/orangefs-kernel.h
b/fs/orangefs/orangefs-kernel.h
index 8afac46fcc87a1e1d3ea8c658e0ae60c336c3d5d..d9b050bc88820b623478067ce7c4e7342790bd5d 100644
(file)
--- a/
fs/orangefs/orangefs-kernel.h
+++ b/
fs/orangefs/orangefs-kernel.h
@@
-340,11
+340,6
@@
static inline struct orangefs_khandle *get_khandle_from_ino(struct inode *inode)
return &(ORANGEFS_I(inode)->refn.khandle);
}
-static inline __s32 get_fsid_from_ino(struct inode *inode)
-{
- return ORANGEFS_I(inode)->refn.fs_id;
-}
-
static inline ino_t get_ino_from_khandle(struct inode *inode)
{
struct orangefs_khandle *khandle;