]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Mar 2021 18:11:43 +0000 (11:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 7 Apr 2021 21:37:04 +0000 (14:37 -0700)
commitf12ff8e3657cbad6996ec375fd184b6a637c3925
treef9eb8f41fbf7c37dd391378233aedb3301f941f3
parent16cbf70d5c321de7e5a616ba576f2337adbb8dc2
xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr

Clean up xfs_ioctl_setattr a bit by using XFS_B_TO_FSB.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_ioctl.c