mbox series

[RFC,0/2] ocfs2, dlmfs: convert to the new mount API

Message ID 20241028144443.609151-1-sandeen@redhat.com (mailing list archive)
Headers show
Series ocfs2, dlmfs: convert to the new mount API | expand

Message

Eric Sandeen Oct. 28, 2024, 2:41 p.m. UTC
This has been tested to some degree with a local ocfs2 mount, but I am
not able to do a proper testing in a clustered environment. I have
confirmed that AFAICT, random combinations of valid and/or invalid mount
options on the local mount behave the same before and after these
changes.

(Just a side note: I had to omit "ro" mount testing, because simply
mounting a local ocfs2 filesystem as ro, then unmounting, panics the
kernel with or without these changes. I haven't looked into why.)

Any feedback greatly appreciated, thanks!

-Eric