hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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)