From 20a5d5d4ed1518f9e74163b1d8ebc1ca7b2e6aa0 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 1 Aug 2015 19:55:11 +0100 Subject: [PATCH] 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-format-patch failed