projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca5bd2
)
ANDROID: fs: Export vfs_rmdir2
author
Guenter Roeck
<groeck@chromium.org>
Mon, 30 Jan 2017 20:29:00 +0000
(12:29 -0800)
committer
Amit Pundir
<amit.pundir@linaro.org>
Fri, 3 Feb 2017 09:35:18 +0000
(15:05 +0530)
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
|
history
diff --git
a/fs/namei.c
b/fs/namei.c
index 200a35ebf817494dba48d6e718e442240e8cfc1c..d185869dae9331ea95c02eaf96ba16dae9d50887 100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-3740,6
+3740,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);