Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

filelock: add FL_RECLAIM to show_fl_flags() macro

Show the FL_RECLAIM flag symbolically in tracepoints.

Fixes: bb0a55bb7148 ("nfs: don't allow reexport reclaims")
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/20250903-filelock-v1-1-f2926902962d@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Jeff Layton and committed by
Christian Brauner
c593b9d6 e493b83b

+2 -1
+2 -1
include/trace/events/filelock.h
··· 27 27 { FL_SLEEP, "FL_SLEEP" }, \ 28 28 { FL_DOWNGRADE_PENDING, "FL_DOWNGRADE_PENDING" }, \ 29 29 { FL_UNLOCK_PENDING, "FL_UNLOCK_PENDING" }, \ 30 - { FL_OFDLCK, "FL_OFDLCK" }) 30 + { FL_OFDLCK, "FL_OFDLCK" }, \ 31 + { FL_RECLAIM, "FL_RECLAIM"}) 31 32 32 33 #define show_fl_type(val) \ 33 34 __print_symbolic(val, \