]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove the ENOENT check in xfs_imeta_lookup
authorChristoph Hellwig <hch@lst.de>
Sat, 13 Apr 2024 06:26:08 +0000 (08:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 13 Apr 2024 06:27:24 +0000 (08:27 +0200)
commit7eb297e4cb2a19a15100b5b97565f309c394f0f1
treec230424b904c9e7aacc35cda72be1a6eb283e8b3
parentd115dae2d5cf161c06c5f7d846c3815e28705015
xfs: remove the ENOENT check in xfs_imeta_lookup

Source kernel commit: 426c663b888ef19983e5b6cf23dd168a910e7553

xfs_imeta_lookup_int already turns ENOENT into a NULLSFSINO *inop.

Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_imeta.c