0001-chromeacer-configfs-remove-debug.patch (667B)
1 --- fs/configfs/dir.c.orig 2018-06-06 10:29:24.616110050 +0200 2 +++ fs/configfs/dir.c 2018-06-06 10:29:51.140594997 +0200 3 @@ -387,8 +387,6 @@ static void remove_dir(struct dentry * d 4 if (d->d_inode) 5 simple_rmdir(parent->d_inode,d); 6 7 - pr_debug(" o %s removing done (%d)\n",d->d_name.name, d->d_count); 8 - 9 dput(parent); 10 } 11 12 @@ -565,9 +563,6 @@ static void detach_attrs(struct config_i 13 if (!dentry) 14 return; 15 16 - pr_debug("configfs %s: dropping attrs for dir\n", 17 - dentry->d_name.name); 18 - 19 parent_sd = dentry->d_fsdata; 20 list_for_each_entry_safe(sd, tmp, &parent_sd->s_children, s_sibling) { 21 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED))