aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-09-25 19:10:32 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-09-25 19:10:32 +0000
commitfd292696068983c62ef9af6775bdf716737b8ee6 (patch)
tree2d3e751fb625e2dbbd6cf801c0d5b831576c1351 /sys/gnu/fs
parent540cc663b1a0663e0ebc69aae10518741b074dfd (diff)
Notes
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r--sys/gnu/fs/reiserfs/reiserfs_fs_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/reiserfs/reiserfs_fs_i.h b/sys/gnu/fs/reiserfs/reiserfs_fs_i.h
index d9e358ec8370..e269d9210925 100644
--- a/sys/gnu/fs/reiserfs/reiserfs_fs_i.h
+++ b/sys/gnu/fs/reiserfs/reiserfs_fs_i.h
@@ -59,7 +59,7 @@ struct reiserfs_node {
flags read from sd_attrs. */
uint16_t i_mode; /* IFMT, permissions. */
- uint16_t i_nlink; /* File link count. */
+ int16_t i_nlink; /* File link count. */
uint64_t i_size; /* File byte count. */
uint32_t i_bytes;
uid_t i_uid; /* File owner. */