]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ufs: convert ufs to the new mount API
authorEric Sandeen <sandeen@redhat.com>
Thu, 16 Jan 2025 18:49:32 +0000 (12:49 -0600)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 15 May 2025 02:40:55 +0000 (22:40 -0400)
commitb70cb459890b7590c6d909da8c1e7ecfaf6535fb
tree8ba28326f9be9b05dfaf4282854baeaa2d2cfba1
parent20be746bbc18698a8252f0be4fa7dcfb0ed48f90
ufs: convert ufs to the new mount API

Convert ufs to the new mount API

Removed a BUG_ON from show_options(); worst case, it prints
a null string where the BUG_ON would have fired.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/super.c