Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/fs/affs/super.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN fs/affs/super.c~sparse-fs_affs_super fs/affs/super.c
--- kj/fs/affs/super.c~sparse-fs_affs_super 2005-03-18 20:05:23.000000000
+0100
+++ kj-domen/fs/affs/super.c 2005-03-18 20:05:23.000000000 +0100
@@ -421,11 +421,11 @@ got_root:
}
if (mount_flags & SF_VERBOSE) {
- chksum = cpu_to_be32(chksum);
+ __be32 chksum1 = cpu_to_be32(chksum);
printk(KERN_NOTICE "AFFS: Mounting volume \"%*s\":
Type=%.3s\\%c, Blocksize=%d\n",
AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0],
AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1,
- (char *)&chksum,((char *)&chksum)[3] + '0',blocksize);
+ (char *)&chksum1,((char *)&chksum1)[3] + '0',blocksize);
}
sb->s_flags |= MS_NODEV | MS_NOSUID;
_
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html