diff options
| author | Christoph Hellwig <[email protected]> | 2019-11-08 23:06:02 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2019-11-11 00:54:24 +0000 |
| commit | 957ee13e204a5ffe814139aa89e62eece4b969fd (patch) | |
| tree | 0519aec6da3f18e3a4fde5e2a7dd1e838d8d9344 /fs/xfs/xfs_inode.h | |
| parent | xfs: devirtualize ->data_get_ftype and ->data_put_ftype (diff) | |
| download | kernel-957ee13e204a5ffe814139aa89e62eece4b969fd.tar.gz kernel-957ee13e204a5ffe814139aa89e62eece4b969fd.zip | |
xfs: remove the now unused dir ops infrastructure
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index bcfb35a9c5ca..6516dd1fc86a 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -37,9 +37,6 @@ typedef struct xfs_inode { struct xfs_ifork *i_cowfp; /* copy on write extents */ struct xfs_ifork i_df; /* data fork */ - /* operations vectors */ - const struct xfs_dir_ops *d_ops; /* directory ops vector */ - /* Transaction and locking information. */ struct xfs_inode_log_item *i_itemp; /* logging information */ mrlock_t i_lock; /* inode lock */ |
