diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-12 18:15:34 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-12 18:15:34 -0800 |
commit | 420d12d6ade1e9c02b98fb9a381a17d7ccc7d35e (patch) | |
tree | b8c1c08c898866259717fe78c4999e0f8c1c66f6 /MAINTAINERS | |
parent | 4d58967783611c5676820b8d47a9b6b0bb456995 (diff) | |
parent | 1609bac8af31f4a21bf330583c8a447e6f3d6155 (diff) |
Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs
Pull configfs updates from Christoph Hellwig:
"I'm assisting Joel as co-maintainer and patch monkey now, and you will
see pull reuquests from me for a while.
Besides the MAINTAINERS update there is just a single change, which
adds support for binary attributes to configfs, which are very similar
to the sysfs binary attributes. Thanks to Pantelis Antoniou!
You will see another actually bigger set of configfs changes in the
SCSI target pull from Nic - those were merged before this new tree
even existed"
* tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs:
configfs: add myself as co-maintainer, updated git tree
configfs: implement binary attributes
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e99a7b328c7f..0788854baadb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2938,7 +2938,8 @@ F: drivers/usb/atm/cxacru.c CONFIGFS M: Joel Becker <jlbec@evilplan.org> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git +M: Christoph Hellwig <hch@lst.de> +T: git git://git.infradead.org/users/hch/configfs.git S: Supported F: fs/configfs/ F: include/linux/configfs.h |