fs: Export d_absolute_path
The 0-day build bot reports the following build error, seen if SDCARD_FS
is built as module.
ERROR: "d_absolute_path" undefined!
Fixes: 84a1b7d3d3
("Included sdcardfs source code for kernel 3.0")
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Guenter Roeck <groeck@chromium.org>
This commit is contained in:
parent
7581abb2ce
commit
cdaa7dcb05
1 changed files with 1 additions and 0 deletions
|
@ -3027,6 +3027,7 @@ char *d_absolute_path(const struct path *path,
|
||||||
return ERR_PTR(error);
|
return ERR_PTR(error);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(d_absolute_path);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* same as __d_path but appends "(deleted)" for unlinked files.
|
* same as __d_path but appends "(deleted)" for unlinked files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue