Hi Jens, Alexey, Today's linux-next build (powerpc allyesconfig) failed like this: drivers/block/ps3vram.c: In function 'ps3vram_proc_init': drivers/block/ps3vram.c:555: error: 'struct proc_dir_entry' has no member named 'owner' Caused by the interaction of commit ce12b152a2e5c0f831853180e84f3ba6e3fee4a1 ("ps3/block: Replace mtd/ps3vram by block/ps3vram") from the block tree with commit 773c363c5607e8713efe49e1df11317dfa8f48fc ("proc 2/2: remove struct proc_dir_entry::owner") from the proc tree. I have applied the following patch that I will add as a merge fixup for the proc tree tomorrow and apply as long as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Wed, 11 Mar 2009 22:22:04 +1100 Subject: [PATCH] proc: remove a new user of proc_dir_entry::owner Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> --- drivers/block/ps3vram.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/block/ps3vram.c b/drivers/block/ps3vram.c index 393ed67..23fc853 100644 --- a/drivers/block/ps3vram.c +++ b/drivers/block/ps3vram.c @@ -552,7 +552,6 @@ static void __devinit ps3vram_proc_init(struct ps3_system_bus_device *dev) return; } - pde->owner = THIS_MODULE; pde->data = priv; } -- 1.6.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html