projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582a734
)
xfs: remove the unused xfs_icdinode_has_bigtime helper
author
Christoph Hellwig
<hch@lst.de>
Mon, 29 Mar 2021 18:11:38 +0000
(11:11 -0700)
committer
Darrick J. Wong
<djwong@kernel.org>
Wed, 7 Apr 2021 21:37:02 +0000
(14:37 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_inode_buf.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/libxfs/xfs_inode_buf.h
b/fs/xfs/libxfs/xfs_inode_buf.h
index 9e1ae38380b3c0ebcf1f4bcc4ae4b81a6c685c40..b3097ea8b5336681c4b7c8e28dbbcb84925e7758 100644
(file)
--- a/
fs/xfs/libxfs/xfs_inode_buf.h
+++ b/
fs/xfs/libxfs/xfs_inode_buf.h
@@
-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.