Revision 4c4e45669de475573b15d968a6dca8d00124c9ad authored by Jingoo Han on 23 September 2013, 10:16:57 UTC, committed by Wim Van Sebroeck on 13 October 2013, 18:01:57 UTC
STAGE_CFG bits are defined as [5:4] bits. However, '(((x) & 0x30) << 4)'
handles [9:8] bits. Thus, it should be fixed in order to handle
[5:4] bits.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
1 parent 8612ed0
History
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 195 bytes
balloc.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 8.5 KB
file.c -rw-r--r-- 1.3 KB
ialloc.c -rw-r--r-- 5.8 KB
inode.c -rw-r--r-- 9.4 KB
itree.c -rw-r--r-- 11.5 KB
namei.c -rw-r--r-- 5.8 KB
super.c -rw-r--r-- 15.1 KB
symlink.c -rw-r--r-- 487 bytes
sysv.h -rw-r--r-- 7.8 KB

back to top