From: Ben Hutchings Date: Sat, 1 Aug 2015 18:55:11 +0000 (+0100) Subject: debugfs: Fix statfs() regression in 3.2.69 X-Git-Tag: v3.2.70~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a5d5d4ed1518f9e74163b1d8ebc1ca7b2e6aa0;p=pandora-kernel.git debugfs: Fix statfs() regression in 3.2.69 Commit 915f4f86ddc4 ("debugfs: leave freeing a symlink body until inode eviction", commit 0db59e59299f upstream) changed debugfs to define its own super_operations and implement the evict_inode operation. Luis Henriques pointed out that it needs to define the statfs operation, as in simple_super_operations which it was using before. Reported-by: Luis Henriques Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed