Browse Source

orangefs: remove unused get_fsid_from_ino

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Martin Brandenburg 8 years ago
parent
commit
418ce3eb66
1 changed files with 0 additions and 5 deletions
  1. 0 5
      fs/orangefs/orangefs-kernel.h

+ 0 - 5
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;