[PATCH] namei fixes (3/19)
authorAl Viro <viro@www.linux.org.uk>
Mon, 6 Jun 2005 20:36:00 +0000 (13:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 21:42:24 +0000 (14:42 -0700)
commit4e7506e4dd9e40c189fcbec95d5dbc92f2e5926a
tree2c13ff8c1ed25fea1511e67a27575824fc56aabe
parent5f92b3bcec0fa2e2d775b589850097f9dc6b2de2
[PATCH] namei fixes (3/19)

Replaced struct dentry *dentry in namei with struct path path.  All uses of
dentry replaced with path.dentry there.

Obviously equivalent transformation.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/namei.c