From: Trond Myklebust Date: Mon, 20 Mar 2006 18:44:48 +0000 (-0500) Subject: NFSv4: Fix an oops in nfs4_fill_super X-Git-Tag: v2.6.17-rc1~667^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d0ae8beaee75d954900109619b700fe68707d9;p=pandora-kernel.git NFSv4: Fix an oops in nfs4_fill_super The mount statistics patches introduced a call to nfs_free_iostats that is not only redundant, but actually causes an oops. Also fix a memory leak due to the lack of a call to nfs_free_iostats on unmount. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed