Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > - inode->i_uid = opts->setuid ? opts->uid : current->fsuid; > - inode->i_gid = opts->setgid ? opts->gid : current->fsgid; > ++ inode->i_uid = opts->setuid ? opts->uid : current_fsuid(); > ++ inode->i_gid = opts->setgid ? opts->gid : current_fsgid(); ACK. -- 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