orangefs: remove unused get_fsid_from_ino
authorMartin Brandenburg <martin@omnibond.com>
Tue, 25 Apr 2017 19:37:55 +0000 (15:37 -0400)
committerMike 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

index 8afac46fcc87a1e1d3ea8c658e0ae60c336c3d5d..d9b050bc88820b623478067ce7c4e7342790bd5d 100644 (file)
@@ -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;