OSDN Git Service

ntfs3: rename put_ntfs ntfs3_free_sbi
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Aug 2023 22:05:43 +0000 (15:05 -0700)
committerChristian Brauner <brauner@kernel.org>
Thu, 10 Aug 2023 08:34:55 +0000 (10:34 +0200)
commit126dbf8a1b9cb2d764a314716a8ea98398a6fcb2
tree8a74078061502b83c1cb6d9d904fa2bf09c17ac5
parent4abc9a43d99ccab7bd71742b86d2f48d8be798c3
ntfs3: rename put_ntfs ntfs3_free_sbi

put_ntfs is a rather unconventional name for a function that frees the
sbi and associated resources.  Give it a more descriptive name and drop
the duplicate name in the top of the function comment.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Message-Id: <20230809220545.1308228-12-hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ntfs3/super.c