debugfs: Fix statfs() regression in 3.2.69
authorBen Hutchings <ben@decadent.org.uk>
Sat, 1 Aug 2015 18:55:11 +0000 (19:55 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 6 Aug 2015 23:32:17 +0000 (00:32 +0100)
commit20a5d5d4ed1518f9e74163b1d8ebc1ca7b2e6aa0
treebf0ea596ffdf80991fef0ff6cf889dc3bd42fa30
parent117b8a10fe0c434d9043267efd51f3ba3f3d359a
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 <luis.henriques@canonical.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
fs/debugfs/inode.c