diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-09-21 18:32:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-21 18:32:10 -0700 |
| commit | 31cb962ed8d685f76c5f70ee349b63b87f522af8 (patch) | |
| tree | 49cce03b9bbd991c936ef7438c5f8342a5dfa31e /fs/sysv/ialloc.c | |
| parent | 211b9c02a2879e81a3ece16519e6957b6d7adeeb (diff) | |
[PATCH] sysvfs endianness annotations and bugfixes
missing fs32_to_cpu() for on-disk ->s_type.
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/sysv/ialloc.c')
| -rw-r--r-- | fs/sysv/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysv/ialloc.c b/fs/sysv/ialloc.c index d63b58039cdd..5b1295cdee4b 100644 --- a/fs/sysv/ialloc.c +++ b/fs/sysv/ialloc.c @@ -137,7 +137,7 @@ struct inode * sysv_new_inode(const struct inode * dir, mode_t mode) struct super_block *sb = dir->i_sb; struct sysv_sb_info *sbi = SYSV_SB(sb); struct inode *inode; - u16 ino; + sysv_ino_t ino; unsigned count; inode = new_inode(sb); |
