xfs: move unrelated definitions out of xfs_inode.h
Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:

zatwierdzone przez
Ben Myers

rodzic
5c4d97d01a
commit
7bb85ef360
@@ -392,6 +392,14 @@ struct xfs_log_item_desc {
|
||||
#define XFS_ATTR_BTREE_REF 1
|
||||
#define XFS_DQUOT_REF 1
|
||||
|
||||
/*
|
||||
* Flags for xfs_trans_ichgtime().
|
||||
*/
|
||||
#define XFS_ICHGTIME_MOD 0x1 /* data fork modification timestamp */
|
||||
#define XFS_ICHGTIME_CHG 0x2 /* inode field change timestamp */
|
||||
#define XFS_ICHGTIME_CREATE 0x4 /* inode create timestamp */
|
||||
|
||||
|
||||
/*
|
||||
* Inode Log Item Format definitions.
|
||||
*
|
||||
|
Reference in New Issue
Block a user