Wrapfs: remove extra debug in rmdir
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 18 Mar 2011 17:14:28 +0000 (13:14 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 30 Apr 2011 10:00:54 +0000 (06:00 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/inode.c

index fcb83438f3a2cc2f611a95fb9cbcedcad38cbe71..57786e1a62de9ba3434eaaa84e4e178d57bf7b0b 100644 (file)
@@ -208,7 +208,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);