Re: [PATCH 08/12] docs: path-lookup: update i_op->put_link and cookie description

2021-01-27 Thread NeilBrown
On Tue, Jan 26 2021, Fox Chen wrote: > No inode->put_link operation anymore. We use delayed_call to > deal with link destruction. Cookie has been replaced with > struct delayed_call. > > Related commit: fceef393a538134f03b778c5d2519e670269342f > > Signed-off-by: Fox Chen > --- >

[PATCH 08/12] docs: path-lookup: update i_op->put_link and cookie description

2021-01-26 Thread Fox Chen
No inode->put_link operation anymore. We use delayed_call to deal with link destruction. Cookie has been replaced with struct delayed_call. Related commit: fceef393a538134f03b778c5d2519e670269342f Signed-off-by: Fox Chen --- Documentation/filesystems/path-lookup.rst | 31