Commit 55f77338 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: remove the unused xfs_icdinode_has_bigtime helper

parent 582a7344
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -32,11 +32,6 @@ struct xfs_icdinode {
	struct timespec64 di_crtime;	/* time created */
};

static inline bool xfs_icdinode_has_bigtime(const struct xfs_icdinode *icd)
{
	return icd->di_flags2 & XFS_DIFLAG2_BIGTIME;
}

/*
 * Inode location information.  Stored in the inode and passed to
 * xfs_imap_to_bp() to get a buffer and dinode for a given inode.