Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71929920 authored by Guenter Roeck's avatar Guenter Roeck Committed by Daniel Rosenberg
Browse files

ANDROID: 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: 84a1b7d3d312 ("Included sdcardfs source code for kernel 3.0")
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGuenter Roeck <groeck@chromium.org>
parent 1d87e503
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3223,6 +3223,7 @@ char *d_absolute_path(const struct path *path,
		return ERR_PTR(error);
	return res;
}
EXPORT_SYMBOL(d_absolute_path);

/*
 * same as __d_path but appends "(deleted)" for unlinked files.