Re: [PATCH -mm 6/9] unshare system call : allow unsharing of fs structure

From: Al Viro
Date: Tue Dec 13 2005 - 08:46:25 EST


On Mon, Dec 12, 2005 at 10:00:07PM -0500, JANAK DESAI wrote:
> + new_fs = __copy_fs_struct(current->fs);
*new_fsp = __copy_fs_struct(current->fs);

no need of local variables...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/