]> git.baikalelectronics.ru Git - kernel.git/commit
configfs: stash the data we need into configfs_buffer at open time
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 30 Aug 2019 15:30:03 +0000 (11:30 -0400)
committerChristoph Hellwig <hch@lst.de>
Mon, 2 Sep 2019 20:10:43 +0000 (22:10 +0200)
commit2d4e3846d836d1056efb90edcee8918df0429573
tree1209c3feb5d7beab340a71ff3ea59ecc72ecc08b
parent19152f209ff55724b5bb914493ac152164fcbf29
configfs: stash the data we need into configfs_buffer at open time

simplifies the ->read()/->write()/->release() instances nicely

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/configfs/file.c