projects
/
wrapfs-4.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea3cfbe
)
Wrapfs: remove extra debug in rmdir
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 18 Mar 2011 17:14:28 +0000
(13:14 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 3 Apr 2016 19:23:11 +0000
(15:23 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/inode.c
b/fs/wrapfs/inode.c
index 45a8867a495de50cbed580e3395bca118cf1335b..b37fe9dce8be650e39bd55326cd70cccfba1fdee 100644
(file)
--- a/
fs/wrapfs/inode.c
+++ b/
fs/wrapfs/inode.c
@@
-211,7
+211,7
@@
static int wrapfs_rmdir(struct inode *dir, struct dentry *dentry)
struct dentry *lower_dir_dentry;
int err;
struct path lower_path;
- UDBG;
+
wrapfs_get_lower_path(dentry, &lower_path);
lower_dentry = lower_path.dentry;
lower_dir_dentry = lock_parent(lower_dentry);