On 01/12/2012 03:59 PM, Will Drewry wrote: >>> diff --git a/kernel/seccomp_filter.c b/kernel/seccomp_filter.c >>> new file mode 100644 >>> index 0000000..108a3f3 >>> --- /dev/null >>> +++ b/kernel/seccomp_filter.c >>> @@ -0,0 +1,620 @@ >>> +/* bpf program-based system call filtering >>> + * >>> + * This program is free software; you can redistribute it and/or modify >>> + * it under the terms of the GNU General Public License as published by >>> + * the Free Software Foundation; either version 2 of the License, or >>> + * (at your option) any later version. >>> + * >>> + * This program is distributed in the hope that it will be useful, >>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >>> + * GNU General Public License for more details. >>> + * >>> + * You should have received a copy of the GNU General Public License >>> + * along with this program; if not, write to the Free Software >>> + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. >>> + * >>> + * Copyright (C) 2011 The Chromium OS Authors <chromium-os-dev@xxxxxxxxxxxx> >>> + */ >>> + > > Aside from being a year off, is there a current style? I just went > off of an existing file. Sorry, I wasn't making a comment about that header. Guess I should have deleted it. thanks, -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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