diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index f04e026f6e0..4e1e55e9077 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -279,7 +279,6 @@ static inline struct inode *VFS_I(struct xfs_inode *ip) | |||
279 | { | 279 | { |
280 | return (struct inode *)ip->i_vnode; | 280 | return (struct inode *)ip->i_vnode; |
281 | } | 281 | } |
282 | #define XFS_ITOV(ip) VFS_I(ip) | ||
283 | 282 | ||
284 | /* | 283 | /* |
285 | * i_flags helper functions | 284 | * i_flags helper functions |