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

Commit 604094f4 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

vfs, seqfile: export mangle_path() generally



mangle_path() is trivial enough to make  export restrictions on it
pointless - so change the export from EXPORT_SYMBOL_GPL to EXPORT_SYMBOL.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Acked-by: default avatarAl Viro <viro@ZenIV.linux.org.uk>
parent c7425acb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -387,7 +387,7 @@ char *mangle_path(char *s, char *p, char *esc)
	}
	}
	return NULL;
	return NULL;
}
}
EXPORT_SYMBOL_GPL(mangle_path);
EXPORT_SYMBOL(mangle_path);


/*
/*
 * return the absolute path of 'dentry' residing in mount 'mnt'.
 * return the absolute path of 'dentry' residing in mount 'mnt'.