diff options
author | Alex Chiang <achiang@hp.com> | 2008-04-01 17:21:40 +0200 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 17:04:01 +0200 |
commit | 140dfd00ae544cdc0c9951b80ad6df61e62859e2 (patch) | |
tree | e6c505976629760f5d477bd5c1369acc0f2543c6 /fs/btrfs/disk-io.h | |
parent | Btrfs: Correct usage of IS_ERR() in extent_io.c (diff) | |
download | linux-140dfd00ae544cdc0c9951b80ad6df61e62859e2.tar.xz linux-140dfd00ae544cdc0c9951b80ad6df61e62859e2.zip |
btrfs-progs: Stop stomping on 'name' input parameter
In btrfs_name_hash, Local variable 'buf' is declared as
__u32 buf[2];
but we then try to do this:
buf[0] = 0x67452301;
buf[1] = 0xefcdab89;
buf[2] = 0x98badcfe;
buf[3] = 0x10325476;
Oops. Fix buf to be the proper size.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/disk-io.h')
0 files changed, 0 insertions, 0 deletions