[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YnoxebQ9JUugBwv0@infradead.org>
Date: Tue, 10 May 2022 02:33:45 -0700
From: Christoph Hellwig <hch@...radead.org>
To: "Darrick J. Wong" <djwong@...nel.org>
Cc: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
linux-xfs@...r.kernel.org, linux-kernel@...r.kernel.org,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH] xfs: remove unreachable code
On Fri, May 06, 2022 at 09:04:02AM -0700, Darrick J. Wong wrote:
> > @@ -1765,7 +1765,6 @@ xfs_icwalk(
> > }
> > }
> > return last_error;
> > - BUILD_BUG_ON(XFS_ICWALK_PRIVATE_FLAGS & XFS_ICWALK_FLAGS_VALID);
>
> <cough> Do you know what you're removing?
That being said hiding this behind the return is rather odd. The
normal placement in most of the kernel is at the beginning of a
function.
Powered by blists - more mailing lists