switch exp_parent() to struct path
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Apr 2009 06:14:32 +0000 (02:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 12 Jun 2009 01:36:00 +0000 (21:36 -0400)
commit5bf3bd2b5cb68ba43c91f5bd0ac043543fba2558
treea8804b29b2e025a2d0f5a81d5f286b2c5d3fd84e
parent55430e2ecee574e729c12d4063b3ecabfa98fa82
switch exp_parent() to struct path

... and lose the always-NULL last argument (non-NULL case had been
split off a while ago).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfsd/export.c