]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit7b97f0845b8693e5400343bcb6fffedbecc09e75
tree2c13ff8c1ed25fea1511e67a27575824fc56aabe
parent6caf427d76475265664c1d34c6a9891fcab14644
[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