From: Eric Dumazet Date: Thu, 18 Jun 2009 02:05:41 +0000 (-0700) Subject: net: correct off-by-one write allocations reports X-Git-Tag: v2.6.31-rc1~140^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e6d363abcd0d05766c82f1a9c905a4c974a199;p=pandora-kernel.git net: correct off-by-one write allocations reports commit 2b85a34e911bf483c27cfdd124aeb1605145dc80 (net: No more expensive sock_hold()/sock_put() on each tx) changed initial sk_wmem_alloc value. We need to take into account this offset when reporting sk_wmem_alloc to user, in PROC_FS files or various ioctls (SIOCOUTQ/TIOCOUTQ) Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed