projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3422d
)
ANDROID: fs: Export vfs_rmdir2
author
Guenter Roeck
<groeck@chromium.org>
Mon, 30 Jan 2017 20:29:00 +0000
(12:29 -0800)
committer
Daniel Rosenberg
<drosen@google.com>
Tue, 30 Jan 2018 03:40:12 +0000
(19:40 -0800)
allmodconfig builds fail with
ERROR: "vfs_rmdir2" undefined!
Export the missing function.
Change-Id: I983d327e59fd34e0484f3c54d925e97d3905c19c
Fixes:
f9cb61dcb00c
("ANDROID: sdcardfs: User new permission2 functions")
Signed-off-by: Guenter Roeck <groeck@chromium.org>
fs/namei.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/namei.c
b/fs/namei.c
index 12e9faafab1fc345e289c223d8106eaea56c6bcd..11aae5599575ef407f5ec1ecf41aeaeffef9c261 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-3914,6
+3914,8
@@
out:
d_delete(dentry);
return error;
}
+EXPORT_SYMBOL(vfs_rmdir2);
+
int vfs_rmdir(struct inode *dir, struct dentry *dentry)
{
return vfs_rmdir2(NULL, dir, dentry);