]> Gentwo Git Trees - linux/.git/commit
convert dlmfs
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 May 2024 05:26:44 +0000 (01:26 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Nov 2025 06:35:03 +0000 (01:35 -0500)
commitae1fde9038f333adab4be8283410ddc8570931c9
tree3087c56bdbb09dab1a97172a11bfc193c50a465e
parentc5055286f88fdedcff9c974b4b85fbe221bf0972
convert dlmfs

All modifications via normal VFS codepaths; just take care of making
persistent in ->create() and ->mkdir() and that's it (removal side
doesn't need any changes, since it uses simple_rmdir() for ->rmdir()
and calls simple_unlink() from ->unlink()).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ocfs2/dlmfs/dlmfs.c