[JFFS2] Remove stray kfree of summary info in XATTR code.
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 21 May 2006 12:13:45 +0000 (13:13 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 21 May 2006 12:13:45 +0000 (13:13 +0100)
commit9167e0f811cbe28564c44a99c2f07b0ce5b368cf
treeed98ccdf3b268bc577d6eefb0a76a87da8aa2496
parent0bcc099d6d1a7b9fa2adf7c19812e4e816915e10
[JFFS2] Remove stray kfree of summary info in XATTR code.

We don't allocate this locally any more -- it's given to us and owner by
our caller. Also improve the debug messages a little.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/summary.c