diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-03-16 09:04:53 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-03-16 09:05:07 -0400 |
commit | 3ddbdca8f8a6a3008b6bc06bbd81250661e604ed (patch) | |
tree | 85d118a146570bcaa7783fa4996680ac8add7ff5 /.gitignore | |
parent | 09c361fdb64e5bfc7ec81c9d63aabbc332f65857 (diff) | |
download | kernel-3ddbdca8f8a6a3008b6bc06bbd81250661e604ed.tar.gz kernel-3ddbdca8f8a6a3008b6bc06bbd81250661e604ed.tar.xz kernel-3ddbdca8f8a6a3008b6bc06bbd81250661e604ed.zip |
Set rawhide back on the bleeding edge
Test out scripts/rebase.sh on 2.6.38-git1.
Enable fhandle syscalls (ugh. conditional syscalls... update
CONFIG_EXPORTFS to =y, since it's now a bool.)
CONFIG_XEN_DEBUG [i386,x86_64] =n, but possibly should be -debug
conditional. Needs a xen user to benchmark and see how bad the overhead
is.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2fd41347..baee8c8c8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ patch-*.bz2 clog *.rpm kernel-2.6.*/ +patch-2.6.38-git1.bz2 |