Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 418ce3eb authored by Martin Brandenburg's avatar Martin Brandenburg Committed by Mike Marshall
Browse files

orangefs: remove unused get_fsid_from_ino

parent 5a7ad114
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;