summaryrefslogtreecommitdiff
path: root/fs/file.c
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2023-10-23 20:47:18 +0200
committerChristian Brauner <brauner@kernel.org>2023-10-24 10:51:05 +0200
commitc04d905f6c7c41f137de7e4a9279e5c938eb19ef (patch)
tree08af064c0b2224d1f06903ea35bf1712223c48d4 /fs/file.c
parent6654408a33e6297d8e1d2773409431d487399b95 (diff)
vfs: Convert BUG_ON to WARN_ON_ONCE in open_last_lookups
The calling code actually handles -ECHILD, so this BUG_ON can be converted to WARN_ON_ONCE. Signed-off-by: Bernd Schubert <bschubert@ddn.com> Link: https://lore.kernel.org/r/20231023184718.11143-1-bschubert@ddn.com Cc: Christian Brauner <brauner@kernel.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Amir Goldstein <amir73il@gmail.com> Cc: Dharmendra Singh <dsingh@ddn.com> Cc: Miklos Szeredi <miklos@szeredi.hu> Cc: linux-fsdevel@vger.kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/file.c')
0 files changed, 0 insertions, 0 deletions