commit | 4e7506e4dd9e40c189fcbec95d5dbc92f2e5926a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Mon Jun 06 13:36:00 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 06 14:42:24 2005 -0700 |
tree | 2c13ff8c1ed25fea1511e67a27575824fc56aabe | |
parent | 5f92b3bcec0fa2e2d775b589850097f9dc6b2de2 [diff] |
[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>