On Wed, Jun 1, 2016 at 3:44 PM, Stephen Smalley <sds@xxxxxxxxxxxxx> wrote: > On 05/31/2016 11:22 AM, Andreas Gruenbacher wrote: >> With that fixed, could you possibly put this change to test? > > Falls over during boot in generic_getxattr(), which still needs a > non-NULL dentry in the work.selinux branch. dentry->d_sb needs to be changed to inode->i_sb there. > Is there a reason that this being done separately from work.xattr? I don't know how much work.xattr will shift still (and what I can still add there), and this change is unrelated, at least so far. > Also, if we aren't going to call d_find_alias() there, we can likely > also drop the dget() and dput(). Ah, yes. I'll remove those, thanks. Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html