linux-next: manual merge of the drbd tree with Linus' tree
Hi all, Today's linux-next merge of the drbd tree got a conflict in fs/pipe.c between commit cc967be54710d97c05229b2e5ba2d00df84ddd64 ("fs: Add missing mutex_unlock") from Linus' tree and commits 0191f8697bbdfefcd36e7b8dc3eeddfe82893e4b ("pipe: F_SETPIPE_SZ should return -EPERM for non-root") and b9598db3401282b... 1 Jun 2010 07:33
Get back to me if you are interested
Get back to me if you are interested An arab made a fixed deposit of $24,500.000.00 in my bank branch where am a director and he died with his entire family in the war leaving behind no next of kin,if you choose to stand as my deceased client's next of kin. if interested mail me at the address below: yang.gn... 1 Jun 2010 01:07
[PATCH 06/21] drivers/i2c/i2c-dev.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/i2c/i2c-dev.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c index e0694e4..b3fcb59 100644 --- a/drivers/i2c/i2c-dev.c +++ b/drivers/i2c/i2c-dev.c @@ -219,9 +219,7 @@ static noin... 1 Jun 2010 00:02
[PATCH 19/21] net/ipv4/igmp.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- net/ipv4/igmp.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 5fff865..250cb5e 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c @@ -1646,8 +1646,7 @@ static int sf_setstate(struct ip_mc_list... 1 Jun 2010 00:02
[PATCH 01/21] arch/cris: Remove unnecessary kmalloc casts
And separate declaration from allocation Still no error checking on failure, but it probably doesn't matter. Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/cris/arch-v32/mm/intmem.c | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/arch/cris/arch-v32/mm/intmem.c b/arc... 1 Jun 2010 00:02
[PATCH 13/21] drivers/net/wireless/ipw2x00/ipw2100.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/wireless/ipw2x00/ipw2100.c | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 0bd4dfa..18ebd60 100644 --- a/drivers/net/wirel... 1 Jun 2010 00:02
[PATCH 14/21] drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast
Convert kzalloc to kcalloc Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/parisc/iosapic.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c index c768367..3e6f56c 100644 --- a/drivers/parisc/iosapic.c +++ b/drivers/pari... 1 Jun 2010 00:02
[PATCH 02/21] arch/powerpc: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/powerpc/kernel/nvram_64.c | 3 +-- arch/powerpc/kvm/book3s.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/kernel/nvram_64.c b/arch/powerpc/kernel/nvram_64.c index 9cf197f..99c6dab 100644 --- a/arch/powerpc... 1 Jun 2010 00:02
[PATCH 07/21] drivers/isdn/capi/capidrv.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/isdn/capi/capidrv.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/isdn/capi/capidrv.c b/drivers/isdn/capi/capidrv.c index bf55ed5..02e0182 100644 --- a/drivers/isdn/capi/capidrv.c +++ b/drivers/isdn/capi/capidrv.c @@... 1 Jun 2010 00:02
[PATCH 05/21] drivers/gpu/drm: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/gpu/drm/drm_sman.c | 4 +--- drivers/gpu/drm/i915/i915_dma.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_sman.c b/drivers/gpu/drm/drm_sman.c index 463aed9..3466458 100644 --- a/drivers/gpu/drm/dr... 1 Jun 2010 00:02