]> git.ipfire.org Git - people/arne_f/kernel.git/commit
MAINTAINERS: associate linux/fs.h with VFS instead of file locking
authorEric Biggers <ebiggers@google.com>
Mon, 18 Sep 2017 15:12:02 +0000 (11:12 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 18 Sep 2017 19:14:03 +0000 (15:14 -0400)
commit7d34cd12061d2cf38f7505c0ab2ae2f03fbe8e08
tree1123d45a71b9cc649a7b3ce3d9d93608563cd754
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
MAINTAINERS: associate linux/fs.h with VFS instead of file locking

include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
just file locking.  Move them to the "FILESYSTEMS (VFS and
infrastructure)" section of the MAINTAINERS file so that the first
suggestion from get_maintainer.pl isn't the file locking maintainers,
which has caused some confusion.

Cc: J. Bruce Fields <bfields@fieldses.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
MAINTAINERS