Re: [PATCH v2 10/12] docs: path-lookup: update WALK_GET, WALK_PUT desc

2021-04-18 Thread NeilBrown
On Tue, Mar 16 2021, Fox Chen wrote: > WALK_GET is changed to WALK_TRAILING with a different meaning. > Here it should be WALK_NOFOLLOW. WALK_PUT dosn't exist, we have > WALK_MORE. > > WALK_PUT == !WALK_MORE > > And there is not should_follow_link(). > > Related commits: > commit 8c4efe22e7c4

[PATCH v2 10/12] docs: path-lookup: update WALK_GET, WALK_PUT desc

2021-03-15 Thread Fox Chen
WALK_GET is changed to WALK_TRAILING with a different meaning. Here it should be WALK_NOFOLLOW. WALK_PUT dosn't exist, we have WALK_MORE. WALK_PUT == !WALK_MORE And there is not should_follow_link(). Related commits: commit 8c4efe22e7c4 ("namei: invert the meaning of WALK_FOLLOW") commit