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 4a5e48c8ded2..f04e026f6e09 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -280,7 +280,6 @@ static inline struct inode *VFS_I(struct xfs_inode *ip) | |||
280 | return (struct inode *)ip->i_vnode; | 280 | return (struct inode *)ip->i_vnode; |
281 | } | 281 | } |
282 | #define XFS_ITOV(ip) VFS_I(ip) | 282 | #define XFS_ITOV(ip) VFS_I(ip) |
283 | #define XFS_ITOV_NULL(ip) VFS_I(ip) | ||
284 | 283 | ||
285 | /* | 284 | /* |
286 | * i_flags helper functions | 285 | * i_flags helper functions |