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>
Tue, 27 Dec 2016 03:11:32 +0000 (22:11 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/inode.c

index 2968a22383990b4396155c6cc0dc4f501d6d7257..0d7550fb29df65fe211a420ba35ad6590ea19fd7 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);