summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/sys/fs/snode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/fs/snode.h b/usr/src/uts/common/sys/fs/snode.h
index f9e2ca4816..ecef85390c 100644
--- a/usr/src/uts/common/sys/fs/snode.h
+++ b/usr/src/uts/common/sys/fs/snode.h
@@ -85,7 +85,7 @@ struct snode {
/* These fields are protected by s_lock */
struct devplcy *s_plcy; /* device node open policy (cs only) */
u_offset_t s_size; /* block device size in bytes */
- ushort_t s_flag; /* flags, see below */
+ uint_t s_flag; /* flags, see below */
dev_t s_fsid; /* file system identifier */
time_t s_atime; /* time of last access */
time_t s_mtime; /* time of last modification */