]> git.baikalelectronics.ru Git - kernel.git/commit
configfs: simplify configfs_release_bin_file
authorChristoph Hellwig <hch@lst.de>
Tue, 22 Jun 2021 07:43:56 +0000 (09:43 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 22 Jun 2021 07:46:28 +0000 (09:46 +0200)
commit1868c77931f82cd912841ae55c9a51cdf2819e9d
tree20555a12703775c376cff215a75b6a4e6dcd2a29
parenta8c44755b3e2902705e32343a9e03c44f1c742b4
configfs: simplify configfs_release_bin_file

Remove the clearing of various fields just before freeing the
buffer structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/configfs/file.c