[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f3646774-ee9e-d5b7-8a11-670012034d59@rasmusvillemoes.dk>
Date: Fri, 21 Sep 2018 21:50:32 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: David Howells <dhowells@...hat.com>, viro@...iv.linux.org.uk
Cc: linux-api@...r.kernel.org, torvalds@...ux-foundation.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
mszeredi@...hat.com
Subject: Re: [PATCH 0/5] VFS: Introduce filesystem information query syscall
[ver #12]
On 2018-09-21 18:37, David Howells wrote:
>
> arch/x86/entry/syscalls/syscall_32.tbl | 1
> arch/x86/entry/syscalls/syscall_64.tbl | 1
> fs/afs/internal.h | 1
> fs/afs/super.c | 168 +++++++++
> fs/hugetlbfs/inode.c | 66 ++++
> fs/kernfs/mount.c | 16 +
> fs/statfs.c | 587 ++++++++++++++++++++++++++++++++
> include/linux/fs.h | 4
> include/linux/fsinfo.h | 41 ++
> include/linux/kernfs.h | 2
> include/linux/syscalls.h | 4
> include/uapi/linux/fsinfo.h | 303 ++++++++++++++++
> kernel/cgroup/cgroup-v1.c | 72 ++++
> kernel/cgroup/cgroup.c | 31 ++
> samples/vfs/Makefile | 6
> samples/vfs/test-fs-query.c | 138 +++++++
> samples/vfs/test-fsinfo.c | 589 ++++++++++++++++++++++++++++++++
> 17 files changed, 2028 insertions(+), 2 deletions(-)
Would you consider adding a Kconfig knob to not include all this (and
all the extra tricks that syscall might learn down the road)?
Rasmus
Powered by blists - more mailing lists