commit | 769f52676756b8c5feb302d2d95af59577fc69ec | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Wed Aug 04 21:35:01 2021 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Mon Aug 09 16:56:00 2021 +0200 |
tree | e78fc8a0e265b49566098e96a9d33740304aa471 | |
parent | 36a21d51725af2ce0700c6ebcb6b9594aac658a6 [diff] |
configfs: restore the kernel v5.13 text attribute write behavior Instead of appending new text attribute data at the offset specified by the write() system call, only pass the newly written data to the .store() callback. Reported-by: Bodo Stroesser <bostroesser@gmail.com> Tested-by: Bodo Stroesser <bostroesser@gmail.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Christoph Hellwig <hch@lst.de>