diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index 9965e40a461..6b31b38244a 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h @@ -500,7 +500,7 @@ do { \   * Flags for xfs_iget()   */  #define XFS_IGET_CREATE		0x1 -#define XFS_IGET_BULKSTAT	0x2 +#define XFS_IGET_UNTRUSTED	0x2  int		xfs_inotobp(struct xfs_mount *, struct xfs_trans *,  			    xfs_ino_t, struct xfs_dinode **,  |