Re: [PATCH 28/30] jfs: avoid pointless casts of kmalloc() return val

2007-08-24 Thread Jesper Juhl
On 24/08/07, Dave Kleikamp <[EMAIL PROTECTED]> wrote: > Thanks, but Jack Stone submitted the same patch a few weeks ago. It's > already in the jfs git tree and the -mm kernel. > Ok, I wasn't aware of that, but that's perfect. Sorry for the noise. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-pos

Re: [PATCH 28/30] jfs: avoid pointless casts of kmalloc() return val

2007-08-23 Thread Dave Kleikamp
Thanks, but Jack Stone submitted the same patch a few weeks ago. It's already in the jfs git tree and the -mm kernel. Shaggy On Fri, 2007-08-24 at 02:36 +0200, Jesper Juhl wrote: > There's no need to cast the, void *, return value of kmalloc() when > assigning to a pointer variable. > > Signed-

[PATCH 28/30] jfs: avoid pointless casts of kmalloc() return val

2007-08-23 Thread Jesper Juhl
There's no need to cast the, void *, return value of kmalloc() when assigning to a pointer variable. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- fs/jfs/jfs_dtree.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/fs/jfs/jfs_dtree.c b/fs/jfs/jfs_dtree.c index