aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_inode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 47497e11c111..be8dc0c2cf52 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -242,7 +242,7 @@ typedef struct xfs_inode {
242 wait_queue_head_t i_ipin_wait; /* inode pinning wait queue */ 242 wait_queue_head_t i_ipin_wait; /* inode pinning wait queue */
243 spinlock_t i_flags_lock; /* inode i_flags lock */ 243 spinlock_t i_flags_lock; /* inode i_flags lock */
244 /* Miscellaneous state. */ 244 /* Miscellaneous state. */
245 unsigned short i_flags; /* see defined flags below */ 245 unsigned long i_flags; /* see defined flags below */
246 unsigned char i_update_core; /* timestamps/size is dirty */ 246 unsigned char i_update_core; /* timestamps/size is dirty */
247 unsigned int i_delayed_blks; /* count of delay alloc blks */ 247 unsigned int i_delayed_blks; /* count of delay alloc blks */
248 248