]> git.baikalelectronics.ru Git - kernel.git/commit
overlayfs: add statfs support
authorAndy Whitcroft <apw@canonical.com>
Thu, 23 Oct 2014 22:14:38 +0000 (00:14 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:38 +0000 (00:14 +0200)
commitf43e47fd3817e071cacaf33d20432e46dbd75d3c
tree5cce84e37ebeb3c0a73395af34081e080d51f0fa
parent2137b66c9e4c288083a639d53e4cbe50d747429c
overlayfs: add statfs support

Add support for statfs to the overlayfs filesystem.  As the upper layer
is the target of all write operations assume that the space in that
filesystem is the space in the overlayfs.  There will be some inaccuracy as
overwriting a file will copy it up and consume space we were not expecting,
but it is better than nothing.

Use the upper layer dentry and mount from the overlayfs root inode,
passing the statfs call to that filesystem.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/overlayfs/super.c