diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-03 00:14:31 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-03 00:14:31 -0500 |
commit | 7f248a81c5067f5b018ff889c029b960b399ac08 (patch) | |
tree | 20242df58ea1f871ba89ade5ce15e2faddefa0f4 /fs/xfs/linux-2.6/kmem.c | |
parent | 538524aed09fd2c52094afadf0160cef8954d4c8 (diff) |
[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 @@ | |||
27 | #define MAX_VMALLOCS 6 | 27 | #define MAX_VMALLOCS 6 |
28 | #define MAX_SLAB_SIZE 0x20000 | 28 | #define MAX_SLAB_SIZE 0x20000 |
29 | 29 | ||
30 | |||
31 | void * | 30 | void * |
32 | kmem_alloc(size_t size, unsigned int __nocast flags) | 31 | kmem_alloc(size_t size, unsigned int __nocast flags) |
33 | { | 32 | { |