diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-03 16:14:31 +1100 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-03 16:14:31 +1100 |
commit | 7f248a81c5067f5b018ff889c029b960b399ac08 (patch) | |
tree | 20242df58ea1f871ba89ade5ce15e2faddefa0f4 /fs/xfs/linux-2.6/kmem.c | |
parent | 538524aed09fd2c52094afadf0160cef8954d4c8 (diff) | |
download | linux-7f248a81c5067f5b018ff889c029b960b399ac08.tar.bz2 |
[XFS] Cleanup cosmetic differences between source trees.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/kmem.c')
-rw-r--r-- | fs/xfs/linux-2.6/kmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/kmem.c b/fs/xfs/linux-2.6/kmem.c index 1b4b91cb6963..aba7fcf881a2 100644 --- a/fs/xfs/linux-2.6/kmem.c +++ b/fs/xfs/linux-2.6/kmem.c @@ -27,7 +27,6 @@ #define MAX_VMALLOCS 6 #define MAX_SLAB_SIZE 0x20000 - void * kmem_alloc(size_t size, unsigned int __nocast flags) { |