linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 10/56] ext2: Remove void casts
       [not found]                   ` <1239189748-11703-11-git-send-email-jwjstone@fastmail.fm>
@ 2009-04-09  9:52                     ` Jack Stone
  0 siblings, 0 replies; only message in thread
From: Jack Stone @ 2009-04-09  9:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: jeff, kernel-janitors, linux-ext4

[Added maintainer CCs]
Jack Stone wrote:
> Remove uneeded void casts
>
> Signed-Off-By: Jack Stone <jwjstone@fastmail.fm>
> ---
>  fs/ext2/super.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/ext2/super.c b/fs/ext2/super.c
> index f983225..be6825a 100644
> --- a/fs/ext2/super.c
> +++ b/fs/ext2/super.c
> @@ -143,7 +143,7 @@ static struct kmem_cache * ext2_inode_cachep;
>  static struct inode *ext2_alloc_inode(struct super_block *sb)
>  {
>  	struct ext2_inode_info *ei;
> -	ei = (struct ext2_inode_info *)kmem_cache_alloc(ext2_inode_cachep, GFP_KERNEL);
> +	ei = kmem_cache_alloc(ext2_inode_cachep, GFP_KERNEL);
>  	if (!ei)
>  		return NULL;
>  #ifdef CONFIG_EXT2_FS_POSIX_ACL
>   


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-09  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1239189748-11703-1-git-send-email-jwjstone@fastmail.fm>
     [not found] ` <1239189748-11703-2-git-send-email-jwjstone@fastmail.fm>
     [not found]   ` <1239189748-11703-3-git-send-email-jwjstone@fastmail.fm>
     [not found]     ` <1239189748-11703-4-git-send-email-jwjstone@fastmail.fm>
     [not found]       ` <1239189748-11703-5-git-send-email-jwjstone@fastmail.fm>
     [not found]         ` <1239189748-11703-6-git-send-email-jwjstone@fastmail.fm>
     [not found]           ` <1239189748-11703-7-git-send-email-jwjstone@fastmail.fm>
     [not found]             ` <1239189748-11703-8-git-send-email-jwjstone@fastmail.fm>
     [not found]               ` <1239189748-11703-9-git-send-email-jwjstone@fastmail.fm>
     [not found]                 ` <1239189748-11703-10-git-send-email-jwjstone@fastmail.fm>
     [not found]                   ` <1239189748-11703-11-git-send-email-jwjstone@fastmail.fm>
2009-04-09  9:52                     ` [PATCH 10/56] ext2: Remove void casts Jack Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).