f_setown
EXPORT_SYMBOL(f_setown);
err = f_setown(filp, argi, 1);
extern int f_setown(struct file *filp, int who, int force);
err = f_setown(sock->file, pid, 1);