summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-09-14 18:58:51 +0000
committerkib <kib@FreeBSD.org>2010-09-14 18:58:51 +0000
commit48b2cf6dd7a4de40e78b829ee2c475b0cdef90df (patch)
tree6f7addbe429e2871939f25bef6d92fbd10efe19a
parentdd70ac636a5a26794c4619fd500cd97194adba7c (diff)
downloadFreeBSD-src-48b2cf6dd7a4de40e78b829ee2c475b0cdef90df.zip
FreeBSD-src-48b2cf6dd7a4de40e78b829ee2c475b0cdef90df.tar.gz
Rename the field to not confuse readers. The bytes are actually used.
Discussed with: rmacklem MFC after: 1 week
-rw-r--r--sys/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index f68e95d..d9b6ff4 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -56,7 +56,7 @@ typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */
struct fid {
u_short fid_len; /* length of data in bytes */
- u_short fid_reserved; /* force longword alignment */
+ u_short fid_data0; /* force longword alignment */
char fid_data[MAXFIDSZ]; /* data (variable length) */
};
OpenPOWER on IntegriCloud