]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: replace open-coded XFS_ICI_NO_TAG
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 21 May 2020 20:08:47 +0000 (13:08 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 27 May 2020 15:49:26 +0000 (08:49 -0700)
commit62cc8b88ddc88d376d72c56f6155f56b0df0cea5
tree86b4fc3747ff1d3083da4e13a633c576b0cd79b8
parent3e9655e63f2aa7c97eedae1323352dfde51a8710
xfs: replace open-coded XFS_ICI_NO_TAG

Use XFS_ICI_NO_TAG instead of -1 when appropriate.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_icache.c