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

2021-04-18 Thread NeilBrown
On Tue, Mar 16 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: commit fceef393a538 ("switch ->get_link() to > delayed_call, kill ->put_link()") > > Signed-off

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

2021-03-15 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: commit fceef393a538 ("switch ->get_link() to delayed_call, kill ->put_link()") Signed-off-by: Fox Chen --- Documentation/filesystems/path-l