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>
Sun, 3 Apr 2016 19:23:11 +0000 (15:23 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/inode.c

index 45a8867a495de50cbed580e3395bca118cf1335b..b37fe9dce8be650e39bd55326cd70cccfba1fdee 100644 (file)
@@ -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);