Revision ae458f5a171badcce60bba9024dbdc5488e5e387 authored by Ilya Dryomov on 11 February 2016, 12:09:15 UTC, committed by Ilya Dryomov on 25 March 2016, 17:51:42 UTC
Although msg_size is calculated correctly, the terms are grouped in
a misleading way - snaps appears to not have room for a u32 length.
Move calculation closer to its use and regroup terms.

No functional change.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 7665d85
History
File Mode Size
Kconfig -rw-r--r-- 599 bytes
Makefile -rw-r--r-- 145 bytes
dir.c -rw-r--r-- 2.3 KB
efs.h -rw-r--r-- 3.8 KB
file.c -rw-r--r-- 1.1 KB
inode.c -rw-r--r-- 8.4 KB
namei.c -rw-r--r-- 2.6 KB
super.c -rw-r--r-- 8.2 KB
symlink.c -rw-r--r-- 1.1 KB

back to top