Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > + const struct cred *cred = current_cred(); > ... > - filp = dentry_open(nd.path.dentry, nd.path.mnt, O_RDONLY); > + filp = dentry_open(nd.path.dentry, nd.path.mnt, O_RDONLY, > + cred); ACK... Or you could pull the fix from JamesM's tree. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html