diff options
author | Steve French <sfrench@us.ibm.com> | 2009-06-14 13:34:46 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-06-14 13:34:46 +0000 |
commit | b70b92e41d95fd906f05f6e98f61209201495fa7 (patch) | |
tree | 594890f30f1d89d54eccfd2780dfc033bd2fdd06 /fs/xfs/xfs_ag.h | |
parent | 1e68b2b2756fc3488ecbade5ad5f13302b3aaafc (diff) | |
parent | 44b7532b8b464f606053562400719c9c21276037 (diff) | |
download | op-kernel-dev-b70b92e41d95fd906f05f6e98f61209201495fa7.zip op-kernel-dev-b70b92e41d95fd906f05f6e98f61209201495fa7.tar.gz |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/xfs/xfs_ag.h')
-rw-r--r-- | fs/xfs/xfs_ag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ag.h b/fs/xfs/xfs_ag.h index c8641f7..f24b50b 100644 --- a/fs/xfs/xfs_ag.h +++ b/fs/xfs/xfs_ag.h @@ -212,6 +212,8 @@ typedef struct xfs_perag /* * tags for inode radix tree */ +#define XFS_ICI_NO_TAG (-1) /* special flag for an untagged lookup + in xfs_inode_ag_iterator */ #define XFS_ICI_RECLAIM_TAG 0 /* inode is to be reclaimed */ #define XFS_AG_MAXLEVELS(mp) ((mp)->m_ag_maxlevels) |