hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/net/dst.h
....@@ -235,12 +235,6 @@
235235 }
236236 }
237237
238
-static inline void dst_hold_and_use(struct dst_entry *dst, unsigned long time)
239
-{
240
- dst_hold(dst);
241
- dst_use_noref(dst, time);
242
-}
243
-
244238 static inline struct dst_entry *dst_clone(struct dst_entry *dst)
245239 {
246240 if (dst)