]> www.infradead.org Git - users/willy/xarray.git/commit
xfs: refactor f_op->release handling
authorChristoph Hellwig <hch@lst.de>
Tue, 13 Aug 2024 07:39:35 +0000 (09:39 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Tue, 3 Sep 2024 04:37:37 +0000 (10:07 +0530)
commit5d3ca6261121486d4665816622ec1974bf4cb8b2
treecab4ff6cd9f334cd76bfc90c1133ae27ab4e32c0
parent6e13dbebd5189cd8f70af9fb01b5146be7d7c7db
xfs: refactor f_op->release handling

Currently f_op->release is split in not very obvious ways.  Fix that by
folding xfs_release into xfs_file_release.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h