[PATCH] hpfs: Remove unessary cast

2015-06-28 Thread Mikulas Patocka
From: Firo Yang Date: Thu, 23 Apr 2015 17:28:45 +0800 Avoid a pointless kmem_cache_alloc() return value cast in fs/hpfs/super.c::hpfs_alloc_inode() Signed-off-by: Firo Yang Signed-off-by: Mikulas Patocka --- fs/hpfs/super.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linu

Re: [PATCH] hpfs: Remove unessary cast

2015-05-02 Thread Mikulas Patocka
On Sat, 2 May 2015, Linus Torvalds wrote: Mikulas, when forwarding patches from others, you also need to add that "From: Firo Yang " at the top (and it can be nice if you also add the date-line). Otherwise authorship gets lost. Sign-off lines _normally_ show the whole authorship chain too

[PATCH] hpfs: Remove unessary cast

2015-05-02 Thread Mikulas Patocka
From: Firo Yang Date: Thu, 23 Apr 2015 17:28:45 +0800 Avoid a pointless kmem_cache_alloc() return value cast in fs/hpfs/super.c::hpfs_alloc_inode() Signed-off-by: Firo Yang Signed-off-by: Mikulas Patocka --- fs/hpfs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [PATCH] hpfs: Remove unessary cast

2015-05-02 Thread Linus Torvalds
Mikulas, when forwarding patches from others, you also need to add that "From: Firo Yang " at the top (and it can be nice if you also add the date-line). Otherwise authorship gets lost. Sign-off lines _normally_ show the whole authorship chain too, but no, it's not enough to just have the sig

[PATCH] hpfs: Remove unessary cast

2015-05-02 Thread Mikulas Patocka
Avoid a pointless kmem_cache_alloc() return value cast in fs/hpfs/super.c::hpfs_alloc_inode() Signed-off-by: Firo Yang Acked-by: Mikulas Patocka --- fs/hpfs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index 7cd00d3..ccace08 100

[PATCH] hpfs: Remove unessary cast

2015-04-23 Thread Firo Yang
Avoid a pointless kmem_cache_alloc() return value cast in fs/hpfs/super.c::hpfs_alloc_inode() Signed-off-by: Firo Yang --- fs/hpfs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index 7cd00d3..ccace08 100644 --- a/fs/hpfs/super.c +++