Blame SOURCES/xfsprogs-5.13.0-xfs-remove-the-unused-xfs_icdinode_has_bigtime-helpe.patch

0bf83d
From 5b9782c9317b7ac0ff942dffb667bad8502f0932 Mon Sep 17 00:00:00 2001
0bf83d
From: Christoph Hellwig <hch@lst.de>
0bf83d
Date: Wed, 30 Jun 2021 18:29:41 -0400
0bf83d
Subject: [PATCH] xfs: remove the unused xfs_icdinode_has_bigtime helper
0bf83d
0bf83d
Source kernel commit: 55f773380e922d3b975a7acb24331c76611cce30
0bf83d
0bf83d
Signed-off-by: Christoph Hellwig <hch@lst.de>
0bf83d
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
0bf83d
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
0bf83d
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
0bf83d
---
0bf83d
0bf83d
diff --git a/libxfs/xfs_inode_buf.h b/libxfs/xfs_inode_buf.h
0bf83d
index 2b91e60..8d6737b 100644
0bf83d
--- a/libxfs/xfs_inode_buf.h
0bf83d
+++ b/libxfs/xfs_inode_buf.h
0bf83d
@@ -40,11 +40,6 @@ struct xfs_icdinode {
0bf83d
 	struct timespec64 di_crtime;	/* time created */
0bf83d
 };
0bf83d
 
0bf83d
-static inline bool xfs_icdinode_has_bigtime(const struct xfs_icdinode *icd)
0bf83d
-{
0bf83d
-	return icd->di_flags2 & XFS_DIFLAG2_BIGTIME;
0bf83d
-}
0bf83d
-
0bf83d
 /*
0bf83d
  * Inode location information.  Stored in the inode and passed to
0bf83d
  * xfs_imap_to_bp() to get a buffer and dinode for a given inode.