[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190822081153.GG4451@kadam>
Date: Thu, 22 Aug 2019 11:11:53 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Austin Kim <austindh.kim@...il.com>
Cc: darrick.wong@...cle.com, linux-xfs@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] xfs: Use BUG_ON rather than BUG() to remove unreachable
code
Depending on the config BUG() might be a no-op. Outside of filesystems
everyone ignores that and crashes ungracefully, but in filesystems they
don't want to risk corrupting your files.
regards,
dan carpenter
Powered by blists - more mailing lists