]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Stop including NFS overhead in defragment max
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Aug 2016 19:42:15 +0000 (14:42 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Aug 2016 19:20:08 +0000 (14:20 -0500)
commitaa7a648747d8c704a9a81c9e493d386930724e9d
tree74951256afa100bf2de9ffa4315943afa9f841d2
parentc98b171e1098f94b2ff7720c45a25a602882f876
net: Stop including NFS overhead in defragment max

At least on bfin, this "specimen" is actually allocated in the BSS and
wastes lots of memory in already tight memory conditions.

Also, with the introduction of NFSv3 support, this waste got
substantially larger.

Just remove it. If a board needs a specific different defragment size,
that board can override this setting.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/net.c