|
@@ -242,7 +242,7 @@ typedef struct xfs_inode {
|
|
wait_queue_head_t i_ipin_wait; /* inode pinning wait queue */
|
|
wait_queue_head_t i_ipin_wait; /* inode pinning wait queue */
|
|
spinlock_t i_flags_lock; /* inode i_flags lock */
|
|
spinlock_t i_flags_lock; /* inode i_flags lock */
|
|
/* Miscellaneous state. */
|
|
/* Miscellaneous state. */
|
|
- unsigned short i_flags; /* see defined flags below */
|
|
|
|
|
|
+ unsigned long i_flags; /* see defined flags below */
|
|
unsigned char i_update_core; /* timestamps/size is dirty */
|
|
unsigned char i_update_core; /* timestamps/size is dirty */
|
|
unsigned int i_delayed_blks; /* count of delay alloc blks */
|
|
unsigned int i_delayed_blks; /* count of delay alloc blks */
|
|
|
|
|