File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -131,22 +131,6 @@ struct file_lock {
131
131
} fl_u ;
132
132
} __randomize_layout ;
133
133
134
- /* Temporary macros to allow building during coccinelle conversion */
135
- #ifdef _NEED_FILE_LOCK_FIELD_MACROS
136
- #define fl_list c.flc_list
137
- #define fl_blocker c.flc_blocker
138
- #define fl_link c.flc_link
139
- #define fl_blocked_requests c.flc_blocked_requests
140
- #define fl_blocked_member c.flc_blocked_member
141
- #define fl_owner c.flc_owner
142
- #define fl_flags c.flc_flags
143
- #define fl_type c.flc_type
144
- #define fl_pid c.flc_pid
145
- #define fl_link_cpu c.flc_link_cpu
146
- #define fl_wait c.flc_wait
147
- #define fl_file c.flc_file
148
- #endif
149
-
150
134
struct file_lock_context {
151
135
spinlock_t flc_lock ;
152
136
struct list_head flc_flock ;
You can’t perform that action at this time.
0 commit comments