Hi, On Tue, Feb 21, 2023 at 4:40 PM Alexander Aring <aahri...@redhat.com> wrote: > > Hi, > > this patch-series contains all pending patches and should be able to > apply on the next -rc1 release. I added a patch to this series to remove > the deprecated API code parts. Also I changed a little bit the commit > message from "Edwin Török" to remove some "|" and white space at the end > of the line. > > - Alex > > > Alexander Aring (5): > fs: dlm: add unbound flag to dlm_io workqueue > fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten > fs: dlm: move internal non shared flags to bitops > fs: dlm: remove DLM_IFL_STUB_MS flag
I am working on a better approach here to mostly leave all internal flags (except ORPHAN/USER) inside the lkb->flags (or iflags how it will be named now) so debugfs will still report the most values at the same bit numbers. I said "mostly" because ORPHAN/USER are special here and will be moved to a new value "sflags" meaning "shared flags" which are used in m_flags dlm message. Some time later we can reuse all lkb->iflags positions to give them a new meaning, this should somehow prepare for a better transition state. - Alex