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
Raw File
Makefile
#
# Makefile for the linux efs-filesystem routines.
#

obj-$(CONFIG_EFS_FS) += efs.o

efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
back to top