-
- Downloads
configfs: implement binary attributes
ConfigFS lacked binary attributes up until now. This patch introduces support for binary attributes in a somewhat similar manner of sysfs binary attributes albeit with changes that fit the configfs usage model. Problems that configfs binary attributes fix are everything that requires a binary blob as part of the configuration of a resource, such as bitstream loading for FPGAs, DTBs for dynamically created devices etc. Look at Documentation/filesystems/configfs/configfs.txt for internals and howto use them. This patch is against linux-next as of today that contains Christoph's configfs rework. Signed-off-by:Pantelis Antoniou <pantelis.antoniou@konsulko.com> [hch: folded a fix from Geert Uytterhoeven <geert+renesas@glider.be>] [hch: a few tiny updates based on review feedback] Signed-off-by:
Christoph Hellwig <hch@lst.de>
Showing
- Documentation/filesystems/configfs/configfs.txt 48 additions, 9 deletionsDocumentation/filesystems/configfs/configfs.txt
- fs/configfs/configfs_internal.h 12 additions, 2 deletionsfs/configfs/configfs_internal.h
- fs/configfs/dir.c 17 additions, 1 deletionfs/configfs/dir.c
- fs/configfs/file.c 246 additions, 9 deletionsfs/configfs/file.c
- fs/configfs/inode.c 1 addition, 1 deletionfs/configfs/inode.c
- include/linux/configfs.h 50 additions, 0 deletionsinclude/linux/configfs.h
Loading
Please register or sign in to comment