|
@@ -4571,8 +4571,7 @@ static void
|
|
|
laundromat_main(struct work_struct *laundry)
|
|
|
{
|
|
|
time_t t;
|
|
|
- struct delayed_work *dwork = container_of(laundry, struct delayed_work,
|
|
|
- work);
|
|
|
+ struct delayed_work *dwork = to_delayed_work(laundry);
|
|
|
struct nfsd_net *nn = container_of(dwork, struct nfsd_net,
|
|
|
laundromat_work);
|
|
|
|