Spacing and alignment cleanups.

No functional change.

MFC-after: 1 week
This commit is contained in:
Kirk McKusick 2023-11-17 14:39:13 -08:00
parent 7093414c63
commit bde3cdf18d

View file

@ -79,7 +79,7 @@ struct iown_tracker {
* exclusive.
*/
struct inode {
TAILQ_ENTRY(inode) i_nextsnap; /* snapshot file list. */
TAILQ_ENTRY(inode) i_nextsnap; /* Snapshot file list. */
struct vnode *i_vnode; /* Vnode associated with this inode. */
struct ufsmount *i_ump; /* Ufsmount point associated with this inode. */
struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */
@ -133,8 +133,8 @@ struct inode {
uint32_t i_flags; /* Status flags (chflags). */
uint32_t i_uid; /* File owner. */
uint32_t i_gid; /* File group. */
uint16_t i_mode; /* IFMT, permissions; see below. */
int16_t i_nlink; /* File link count. */
uint16_t i_mode; /* IFMT, permissions; see below. */
};
/*
* These flags are kept in i_flag.